IdxRichEditCharacterPropertiesBase.SetUnderline(TdxNullableValue<TdxRichEditUnderlineType>) Method
In This Article
Sets the underline style applied to a document range.
#Declaration
Delphi
procedure SetUnderline(const Value: TdxNullableValue<TdxRichEditUnderlineType>);
#Parameters
Name | Type |
---|---|
Value | Tdx |
#Remarks
The SetUnderline procedure is a setter of the Underline property.
See Also