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입니다.

특성

적용 대상