Partager via


SystemParameters.CursorShadow Propriété

Définition

Obtient une valeur qui indique si le curseur est ombré.

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

Valeur de propriété

true si l'ombre est activée ; sinon, false.

Attributs

Remarques

Mappe à SPI_GETCURSORSHADOW. Consultez SystemParametersInfo.

Utilisation des attributs XAML

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

S’applique à