System::Windows::Forms::AutoSizeMode 枚举
AutoSizeMode enum
定义自动大小的工作方式。
enum class AutoSizeMode
值
| 名称 | 值 | 描述 |
|---|---|---|
| GrowAndShrink | 0 | Control 根据需要增长和收缩。它不能手动调整大小。 |
| GrowOnly | 1 | Control 根据需要增长,但不能收缩到最小尺寸以下。它可以手动调整大小。 |
另见
- Namespace System::Windows::Forms
- Library Aspose.Font for C++