Char.style Field

T3000 CrossPlatform

Charstyle Field

[This is preliminary documentation and is subject to change.]

Style bit mask

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public StyleIndex style
Public style As StyleIndex

Dim instance As Char
Dim value As StyleIndex

value = instance.style

instance.style = value

Field Value

Type: StyleIndex
Remarks
Bit 1 in position n means that this char will rendering by FastColoredTextBox.Styles[n]
See Also