SystemParameters.CursorHeight Property

Definition

Gets the height, in pixels, of a cursor.

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

Property Value

The cursor height.

Attributes

Remarks

Maps to SM_CYCURSOR. See GetSystemMetrics.

XAML attribute usage

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

Applies to