CheckBox.AutoSize Property

Definition

True sizes the check box or text frame according to the font size of the surrounding text. False sizes the check box or text frame according to the Size property.

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

Property Value

Applies to