Share via


SystemParameters.CursorShadow Propriedade

Definição

Obtém um valor que indica se o cursor tem uma sobra ao redor dele.

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 da propriedade

true se a sombra estiver habilitada; caso contrário, false.

Atributos

Comentários

Mapeia para SPI_GETCURSORSHADOW. Consulte SystemParametersInfo.

Uso do atributo XAML

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

Aplica-se a