Share via


QueryBuilderControl.MaximumPreferredHeight Property

The Maximum PreferredHeight for the control, this will be used in intermediate layout calculation.

This control will not recommend more than this (unless it is smaller than minimumSize.)

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

Syntax

'Declaration
Public Property MaximumPreferredHeight As Integer
public int MaximumPreferredHeight { get; set; }
public:
property int MaximumPreferredHeight {
    int get ();
    void set (int value);
}
member MaximumPreferredHeight : int with get, set
function get MaximumPreferredHeight () : int 
function set MaximumPreferredHeight (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

QueryBuilderControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace