SystemParameters.UIEffects 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示是否启用所有用户界面(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}”/>