In This Article

ControlResizeMode Enum

Specifies the resize mode for a control.

public enum ControlResizeMode

Fields

Name Description
Both

Both horizontal and vertical resizing is allowed.

Horizontal

Only horizontal resizing is allowed.

None

No resizing is allowed.

Vertical

Only vertical resizing is allowed.