WindowSmartPartInfo.Height Property
Height of the window.
Namespace: Microsoft.Practices.CompositeUI.WinForms
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)
Syntax
'Declaration
<CategoryAttribute("Layout")> _
<DefaultValueAttribute(0)> _
Public Property Height As Integer
'Usage
Dim instance As WindowSmartPartInfo
Dim value As Integer
value = instance.Height
instance.Height = value
[CategoryAttribute("Layout")]
[DefaultValueAttribute(0)]
public int Height { get; set; }
[CategoryAttribute(L"Layout")]
[DefaultValueAttribute(0)]
public:
property int Height {
int get ();
void set (int value);
}
/** @property */
public int get_Height ()
/** @property */
public void set_Height (int value)
public function get Height () : int
public function set Height (value : int)
See Also
Reference
WindowSmartPartInfo Class
WindowSmartPartInfo Members
Microsoft.Practices.CompositeUI.WinForms Namespace