TrackBar.AutoSize 속성

정의

트랙 표시줄의 높이나 너비가 자동으로 조정되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool AutoSize { bool get(); void set(bool value); };
public:
 virtual property bool AutoSize { bool get(); void set(bool value); };
public bool AutoSize { get; set; }
[System.ComponentModel.Browsable(true)]
public override bool AutoSize { get; set; }
member this.AutoSize : bool with get, set
[<System.ComponentModel.Browsable(true)>]
member this.AutoSize : bool with get, set
Public Property AutoSize As Boolean
Public Overrides Property AutoSize As Boolean

속성 값

Boolean

트랙 표시줄의 크기가 자동으로 조정되면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

설명

트랙 표시줄의 AutoSize 높이(가로로 정렬된 경우) 또는 너비(세로로 정렬된 경우)를 조정하도록 속성을 true 설정할 수 있습니다. 높이 또는 너비는 트랙 표시줄이 표시되는 화면 해상도에 따라 표준 크기로 조정됩니다. AutoSize 크기를 직접 조정하려는 경우 속성을 false 설정합니다.

적용 대상