IExpressionEditorInstance.MinLines Property

Definition

Gets or sets the minimum number of lines of text to be displayed by the ExpressionTextBox control. This property implicitly sets the height of the ExpressionTextBox control.

public:
 property int MinLines { int get(); void set(int value); };
public int MinLines { get; set; }
member this.MinLines : int with get, set
Public Property MinLines As Integer

Property Value

The minimum number of lines of text to be displayed by the ExpressionTextBox control.

Applies to