SystemParameters.CursorWidth Eigenschap

Definitie

Hiermee haalt u de breedte in pixels van een cursor op.

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

Waarde van eigenschap

De breedte van de cursor.

Kenmerken

Opmerkingen

Wordt toegewezen aan SM_CXCURSOR. Zie GetSystemMetrics.

XAML-kenmerkgebruik

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

Van toepassing op