T3000 CrossPlatform Documentation
TextSourceDefaultStyle Property |
[This is preliminary documentation and is subject to change.]
Default text style
This style is using when no one other TextStyle is not defined in Char.style
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public TextStyle DefaultStyle { get; set; }
Public Property DefaultStyle As TextStyle Get Set Dim instance As TextSource Dim value As TextStyle value = instance.DefaultStyle instance.DefaultStyle = value
Property Value
Type: TextStyleSee Also