QueryBuilderControl.PreferredHeight Property

PreferredHeight of the queryBuilder, for optimal layout the container control allow the builder to grow to this size or larger.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property PreferredHeight As Integer
public int PreferredHeight { get; }
public:
property int PreferredHeight {
    int get ();
}
member PreferredHeight : int with get
function get PreferredHeight () : int

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

QueryBuilderControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace