Skip to main content

IdxRichEditCharacterPropertiesBase.GetUnderline Method

Identifies the type of underline applied to a document range.

Declaration

function GetUnderline: TdxNullableValue<TdxRichEditUnderlineType>;

Returns

Type
TdxNullableValue<T>

Remarks

Call the GetUnderlineColor to identify the underline color.

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

The GetUnderline function is a getter of the Underline property.

See Also