SystemParameters.ClientAreaAnimation Vlastnost

Definice

Získá hodnotu označující, zda je povolena funkce animace klientské oblasti.

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

Hodnota vlastnosti

Logická hodnota; true pokud je povolená animace klientské oblasti, false jinak.

Atributy

Poznámky

Použití atributu XAML

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

Platí pro