UpDownBase.AutoSize 属性

定义

获取或设置一个值,该值指示是否应根据控件的内容自动调整控件的大小。

public:
 virtual property bool AutoSize { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public override bool AutoSize { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.AutoSize : bool with get, set
Public Overrides Property AutoSize As Boolean

属性值

如果指示应根据控件的内容自动调整控件的大小,则为 true;否则为 false

属性

适用于