RichTextAreaSelectionStrikethrough Property |
Gets or sets a value indicating whether the selected text or insertion point has strikethrough decorations.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool SelectionStrikethrough { get; set; }
Public Property SelectionStrikethrough As Boolean
Get
Set
member SelectionStrikethrough : bool with get, set
Property Value
Type:
Booleantrue if selected text is strikethrough; otherwise,
false.
See Also