AutoSizeMode
AutoSizeMode enum
Defines how autosize works.
enum class AutoSizeMode
Values
Name | Value | Description |
---|---|---|
GrowAndShrink | 0 | Control grows and shrinks as neccessary. It can not be resized manually. |
GrowOnly | 1 | Control grows as neccessary but can’t shrink below minimal size. It can be resized manually. |
See Also
- Namespace System::Windows::Forms
- Library Aspose.Slides