Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
the Maximum PreferredHeight for the control, this will be used in intermediate layout calculation.
This control will not recommend more than this (unless its 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
- 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