WindowSmartPartInfo.Width Property

Width of the window.

Namespace: Microsoft.Practices.CompositeUI.WinForms
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)

Syntax

'Declaration
<DefaultValueAttribute(0)> _
<CategoryAttribute("Layout")> _
Public Property Width As Integer
'Usage
Dim instance As WindowSmartPartInfo
Dim value As Integer

value = instance.Width

instance.Width = value
[DefaultValueAttribute(0)] 
[CategoryAttribute("Layout")] 
public int Width { get; set; }
[DefaultValueAttribute(0)] 
[CategoryAttribute(L"Layout")] 
public:
property int Width {
    int get ();
    void set (int value);
}
/** @property */
public int get_Width ()

/** @property */
public void set_Width (int value)
public function get Width () : int

public function set Width (value : int)

See Also

Reference

WindowSmartPartInfo Class
WindowSmartPartInfo Members
Microsoft.Practices.CompositeUI.WinForms Namespace