Hint.Height Property

T3000 CrossPlatform

HintHeight Property

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

Height of hint

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

Dim instance As Hint
Dim value As Integer

value = instance.Height

instance.Height = value

Property Value

Type: Int32
See Also