Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditCharacterPropertiesBase.UnderlineColor Property

Specifies the underline color.

#Declaration

Delphi
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