'Declaration Public Property MinLines As Integer
'Usage Dim instance As GcTextBox Dim value As Integer instance.MinLines = value value = instance.MinLines
public int MinLines {get; set;}
'Declaration Public Property MinLines As Integer
'Usage Dim instance As GcTextBox Dim value As Integer instance.MinLines = value value = instance.MinLines
public int MinLines {get; set;}
Exception | Description |
---|---|
System.Exception | The assigned value is less than or equals to zero. |
Getting this property returns the current value of MinLines. Setting this property causes the text box to resize if the number of visible lines is less than value specified by MinLines.
If the System.Windows.FrameworkElement.Height property is explicitly set on a GcTextBox, the MaxLines and MinLines property values are ignored.