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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.