Skip to main content

IdxRichEditCharacterPropertiesBase.Underline Property

Specifies the type of underline applied to a document range.

Declaration

property Underline: TdxNullableValue<TdxRichEditUnderlineType> read; write;

Property Value

Type
TdxNullableValue<T>

Remarks

Use this property to add or remove an underline to a text fragment. To specify the underline color, use the UnderlineColor property.

For detailed information on all underline types provided by the Rich Edit control, refer to the TdxRichEditUnderlineType type description.

See Also