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

특성

적용 대상