SystemParameters.IsMiddleEastEnabled 속성

정의

시스템에서 히브리어 및 아랍어를 사용할 수 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

시스템에서 히브리어 및 아랍어를 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

설명

SM_MIDEASTENABLED 매핑합니다. GetSystemMetrics를 참조하세요.

XAML 특성 사용

<object property="{ SystemParameters.IsMiddleEastEnabled}"/>

적용 대상