Hint.TextAlignment Property

T3000 CrossPlatform

HintTextAlignment Property

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

Text alignment

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 Hint
Dim value As StringAlignment

value = instance.TextAlignment

instance.TextAlignment = value

Property Value

Type: StringAlignment
See Also