RichString.Underline Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: RichString
Changes the underline style
public RichString Underline(UnderlineStyle value = Gapped);
Parameters
UnderlineStyle value = Gapped | The new underline style |
Returns
RichString | A reference to the same RichString instance |