SystemParameters.CursorHeight プロパティ

定義

カーソルの高さ (ピクセル単位) を取得します。

public:
 static property double CursorHeight { double get(); };
public static double CursorHeight { [System.Security.SecurityCritical] get; }
public static double CursorHeight { get; }
[<get: System.Security.SecurityCritical>]
static member CursorHeight : double
static member CursorHeight : double
Public Shared ReadOnly Property CursorHeight As Double

プロパティ値

カーソルの高さ。

属性

注釈

SM_CYCURSORにマップします。 「GetSystemMetrics」を参照してください。

XAML 属性の使用方法

<object property="{ SystemParameters.CursorHeight}"/>

適用対象