ButtonSizing
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
ButtonSizing
Use these constants with the Button.AutoSizing property.
- ButtonSizing_AlwaysAutoSize –(Value: 0) Always resize the Button control to fit the text.
- ButtonSizing_GrowOnly –(Value: 1) Resize the Button control only when the text does not fit in the control.
- ButtonSizing_NeverAutoSize –(Value: 3) Never resize the Button control.
- ButtonSizing_ShrinkOnly –(Value: 2) Resize the Button control only when the text is smaller than the button.