[]
Defines options controlling how an object's size changes automatically depending on its content.
[Flags]
public enum AutoSizeBehavior
Name | Description |
---|---|
CanGrow | Object can grow. |
CanShrink | Object can shrink. |
GrowAndShrink | Object can grow and shrink. |
None | Object is not resized. |