ScrollBar.ScaleScrollBarForDpiChange プロパティ
定義
ウィンドウの DPI に合わせてスクロールバーにスケーリングさせるフラグを取得または設定します。Gets or sets a flag to let the scrollbar scale according to the DPI of the window.
public:
property bool ScaleScrollBarForDpiChange { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public bool ScaleScrollBarForDpiChange { get; set; }
member this.ScaleScrollBarForDpiChange : bool with get, set
Public Property ScaleScrollBarForDpiChange As Boolean
プロパティ値
ウィンドウの DPI に応じてスクロールバーのスケールを設定するには、true
を使用します。それ以外の場合は false
。true
to let the scrollbar scale according to the DPI of the window; false
otherwise. 既定値は true
です。The default value is true
.
- 属性