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

プロパティ値

true ウィンドウの DPI に従ってスクロール バーを拡大縮小する場合。それ以外の場合 false 。 既定値は true です。

属性

適用対象