Freigeben über


DisplayProperties.NativeOrientation Eigenschaft

Definition

Hinweis

DisplayProperties kann nach Windows 8.1 geändert oder für Releases nicht mehr verfügbar sein. Verwenden Sie stattdessen DisplayInformation.

Ruft die native Ausrichtung des Anzeigemonitors ab. Dies ist in der Regel die Ausrichtung, an der die Schaltflächen auf dem Gerät mit der Ausrichtung des Monitors übereinstimmen.

public:
 static property DisplayOrientations NativeOrientation { DisplayOrientations get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
static DisplayOrientations NativeOrientation();
/// [get: Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
static DisplayOrientations NativeOrientation();
public static DisplayOrientations NativeOrientation { [Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public static DisplayOrientations NativeOrientation { [Windows.Foundation.Metadata.Deprecated("DisplayProperties may be altered or unavailable for releases after Windows Phone 8.1. Instead, use DisplayInformation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var displayOrientations = DisplayProperties.nativeOrientation;
Public Shared ReadOnly Property NativeOrientation As DisplayOrientations

Eigenschaftswert

Die native Ausrichtung des Anzeigemonitors.

Attribute

Gilt für: