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

屬性

適用於