Hint.Inline Property

T3000 CrossPlatform

HintInline Property

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

Inlining. If True then hint will moves apart text.

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

Dim instance As Hint
Dim value As Boolean

value = instance.Inline

instance.Inline = value

Property Value

Type: Boolean
See Also