UnfocusablePanel.TextAlignment Property

T3000 CrossPlatform

UnfocusablePanelTextAlignment Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.UnfocusablePanel.TextAlignment"]

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

Dim instance As UnfocusablePanel
Dim value As StringAlignment

value = instance.TextAlignment

instance.TextAlignment = value

Property Value

Type: StringAlignment
See Also