'Declaration Public Property MaxLengthUnit As LengthUnit
'Usage Dim instance As GcTextBox Dim value As LengthUnit instance.MaxLengthUnit = value value = instance.MaxLengthUnit
public LengthUnit MaxLengthUnit {get; set;}
Property Value
A GrapeCity.Windows.InputMan.LengthUnit enumeration value indicates the length unit is based on char, byte or text element.The default is GrapeCity.Windows.InputMan.LengthUnit.Char.