SystemParameters.ClientAreaAnimation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否已啟用工作區動畫功能。
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
屬性值
布林值; true
如果已啟用工作區動畫,則為 , false
否則為 。
- 屬性
備註
XAML 屬性用法
<
object property=「{ SystemParameters.ClientAreaAnimation }
」/>