SystemParameters.CursorShadow Propiedad

Definición

Obtiene un valor que indica si el cursor tiene una sombra a su alrededor.

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

Valor de propiedad

Es true si la sombra está habilitada; en caso contrario, es false.

Atributos

Comentarios

Se asigna a SPI_GETCURSORSHADOW. Consulte SystemParametersInfo.

Uso del atributo XAML

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

Se aplica a