Share via


SystemParameters.ClientAreaAnimation 属性

定义

获取一个值,该值指示是否启用工作区动画功能。

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}”/>

适用于