ScrollBar.ScaleScrollBarForDpiChange 속성

정의

창의 DPI에 따라 스크롤 막대 크기를 조정할 수 있도록 하는 플래그를 가져오거나 설정합니다.

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

속성 값

Boolean

true 창의 DPI에 따라 스크롤 막대를 확장할 수 있도록 합니다. false 그렇지 않으면. 기본값은 true입니다.

특성

적용 대상