IdxRichEditCharacterPropertiesBase.UnderlineColor Property
In This Article
Specifies the underline color.
#Declaration
Delphi
property UnderlineColor: TdxNullableValue<TdxAlphaColor> read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to set a specific color for all underlines applied to the current document range. If the UnderlineColor property is set to TdxNullableValue<TdxAlphaColor>.Null, underlines have the default color (that is, determined by the document’s DefaultCharacterProperties.UnderlineColor property value).
See Also