SystemParameters.UIEffects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether all user interface (UI) effects are enabled.
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
Property Value
true
if all UI effects are enabled; false
if they are disabled.
- Attributes
Remarks
Maps to SPI_GETUIEFFECTS. See SystemParametersInfo.
XAML attribute usage
<object property="{ SystemParameters.UIEffects}
"/>
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.