T3000 CrossPlatform Documentation
HintWidth Property |
[This is preliminary documentation and is subject to change.]
Width of hint (if Dock is None)
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int Width { get; set; }
Public Property Width As Integer Get Set Dim instance As Hint Dim value As Integer value = instance.Width instance.Width = value
Property Value
Type: Int32See Also