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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace