SystemParameters.CursorShadow Proprietà

Definizione

Ottiene un valore che indica se il cursore ha un'ombreggiatura intorno a essa.

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

Valore della proprietà

true se l'ombreggiatura è abilitata; in caso contrario, false.

Attributi

Commenti

Esegue il mapping a SPI_GETCURSORSHADOW. Vedere SystemParametersInfo.

Utilizzo degli attributi XAML

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

Si applica a