SystemParameters.UIEffects 属性

定义

获取一个值,该值指示是否启用所有用户界面(UI)效果。

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

属性值

true 如果启用了所有 UI 效果,则为 false 如果禁用了,则为

属性

注解

映射到SPI_GETUIEFFECTS。 请参阅 SystemParametersInfo

XAML 属性用法

< object property=“{ SystemParameters.UIEffects}”/>

适用于