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

적용 대상