| RichTextAreaIHandlerSelectionStrikethrough 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
Syntaxbool SelectionStrikethrough { get; set; }Property SelectionStrikethrough As Boolean
	Get
	Set
abstract SelectionStrikethrough : bool with get, set
Property Value
Type: 
Booleantrue if selected text is strikethrough; otherwise, 
false.
 See Also
See Also