Skip to main content

IdxRichEditCharacterPropertiesBase.UnderlineColor Property

Specifies the underline color.

Declaration

property UnderlineColor: TdxNullableValue<TdxAlphaColor> read; write;

Property Value

Type
TdxNullableValue<T>

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