Enum Control.LayoutPresetMode

enum LayoutPresetMode : int { ... }

Enum members

NameDescription
presetModeKeepHeight The control's height will not change.
presetModeKeepSize The control's size will not change.
presetModeKeepWidth The control's width will not change.
presetModeMinsize The control will be resized to its minimum size.