SystemParameters.StylusHotTracking Vlastnost

Definice

Získá hodnotu určující, zda aktivní sledování pera je povoleno.

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

Hodnota vlastnosti

true je-li aktivní sledování pera je povoleno; jinak false.

Atributy

Poznámky

Mapuje se na SPI_GETSTYLUSHOTTRACKING. Viz SystemParametersInfo.

Použití atributu XAML

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

Platí pro