FastColoredTextBox.AllowSeveralTextStyleDrawing Property

T3000 CrossPlatform

FastColoredTextBoxAllowSeveralTextStyleDrawing Property

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

Allows text rendering several styles same time.

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool AllowSeveralTextStyleDrawing { get; set; }
Public Property AllowSeveralTextStyleDrawing As Boolean
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.AllowSeveralTextStyleDrawing

instance.AllowSeveralTextStyleDrawing = value

Property Value

Type: Boolean
See Also