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