Freigeben über


SettingsPane.Edge Eigenschaft

Definition

Hinweis

SettingsPane ist veraltet und funktioniert möglicherweise nicht in allen Versionen von Windows 10. Anstatt einen SettingsPane-Wert zu verwenden, integrieren Sie Einstellungsoptionen in die App-Benutzeroberfläche. Weitere Informationen finden Sie unter Richtlinien für App-Einstellungen.

Ruft einen Wert ab, der angibt, ob der Charm Einstellungen am linken oder rechten Bildschirmrand angezeigt wird.

public:
 static property SettingsEdgeLocation Edge { SettingsEdgeLocation get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("SettingsPane is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.UI.ApplicationSettings.ApplicationsSettingsContract)]
static SettingsEdgeLocation Edge();
/// [get: Windows.Foundation.Metadata.Deprecated("SettingsPane is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.UI.ApplicationSettings.ApplicationsSettingsContract")]
static SettingsEdgeLocation Edge();
public static SettingsEdgeLocation Edge { [Windows.Foundation.Metadata.Deprecated("SettingsPane is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.UI.ApplicationSettings.ApplicationsSettingsContract))] get; }
public static SettingsEdgeLocation Edge { [Windows.Foundation.Metadata.Deprecated("SettingsPane is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.UI.ApplicationSettings.ApplicationsSettingsContract")] get; }
var settingsEdgeLocation = SettingsPane.edge;
Public Shared ReadOnly Property Edge As SettingsEdgeLocation

Eigenschaftswert

Die Position des Charms Einstellungen.

Attribute

Gilt für: