Enum Control.GrowDirection

enum GrowDirection : int { ... }

Enum members

NameDescription
growDirectionBegin The control will grow to the left or top to make up if its minimum size is changed to be greater than its current size on the respective axis.
growDirectionBoth The control will grow in both directions equally to make up if its minimum size is changed to be greater than its current size.
growDirectionEnd The control will grow to the right or bottom to make up if its minimum size is changed to be greater than its current size on the respective axis.