System.Windows.Forms.SplitContainer.DefaultSize Property

Gets the default size of the System.Windows.Forms.SplitContainer.

Syntax

protected override System.Drawing.Size DefaultSize { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0