Edit

Share via


Control.DefaultMaximumSize Property

Definition

Gets the length and height, in pixels, that is specified as the default maximum size of a control.

C#
protected virtual System.Drawing.Size DefaultMaximumSize { get; }

Property Value

A Point(Size) representing the size of the control.

Applies to