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>]
member this.CursorHeight : double
member this.CursorHeight : double
Public Shared ReadOnly Property CursorHeight As Double

Property Value

Double

The cursor height.

Attributes

Remarks

Maps to SM_CYCURSOR. See GetSystemMetrics.

XAML Attribute Usage

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

Applies to