AutoSizeMode

Wisej.Web.AutoSizeMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Specifies how a control will behave when its AutoSize property is enabled.

public enum AutoSizeMode : Enum

Fields

NameDescription

GrowAndShrink

The control grows or shrinks to fit its contents. The control cannot be resized manually.

GrowOnly

The control grows as much as necessary to fit its contents but does not shrink smaller than the value of its Size property. The control can be resized, but cannot be made so small that any of its contained controls are hidden.

Used By

NameDescription

Returns or sets the mode by which the Button automatically resizes itself.

Indicates the automatic sizing behavior of the control.

Returns or sets the mode by which the Button automatically resizes itself.

Indicates the automatic sizing behavior of the control.

Returns or sets how the control will resize itself.

Last updated