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

属性值

Boolean

如果控件调整其大小以充分适合其内容,则为 true;否则为 false。 默认值为 true

属性

适用于

另请参阅