SplitterPanel::Width Property

 

Gets or sets the width of the SplitterPanel.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property int Width {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The width of the SplitterPanel in pixels.

.NET Framework
Available since 2.0
Return to top
Show: