ElementHost.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。 預設為 true

屬性

適用於

另請參閱