AdvancedButtonMaximumSize Property

Gets or sets the size that is the upper limit that GetPreferredSize(Size) can specify.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public override Size MaximumSize { get; set; }

Return Value

Size
An ordered pair of type Size representing the width and height of a rectangle.

See Also