SplitContainer::DefaultSize Property

 

Gets the default size of the SplitContainer.

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

protected:
property Size DefaultSize {
	virtual Size get() override;
}

Property Value

Type: System.Drawing::Size

A Size that represents the size of the SplitContainer.

Override the DefaultSize property in a derived class to specify a default size for SplitContainer. This is more efficient than setting the size in the SplitContainer constructor.

.NET Framework
Available since 2.0
Return to top
Show: