Enum Control.GrowDirection
enum GrowDirection
: int { ... }
Enum members
Name | Description |
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.
|