Click or drag to resize

RichTextAreaSelectionUnderline Property

Gets or sets a value indicating whether the selected text or insertion point has underline decorations.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool SelectionUnderline { get; set; }

Property Value

Type: Boolean
true if selected text is underline; otherwise, false.
See Also