Hint.Dock Property

T3000 CrossPlatform

HintDock Property

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

Docking (allows None and Fill only)

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

Dim instance As Hint
Dim value As DockStyle

value = instance.Dock

instance.Dock = value

Property Value

Type: DockStyle
See Also