CheckBox.AutoSize 属性

定义

调整复选框或文本框根据环绕文字的字体大小。 False 根据 Size 属性调整检查框或文本框的大小。

public:
 property bool AutoSize { bool get(); void set(bool value); };
public bool AutoSize { get; set; }
member this.AutoSize : bool with get, set
Public Property AutoSize As Boolean

属性值

适用于