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