InfoBarPanel Klasse

Definition

Stellt einen Bereich dar, der seine Elemente horizontal anordnet, wenn verfügbarer Platz vorhanden ist, andernfalls vertikal.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class InfoBarPanel : Panel
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
class InfoBarPanel : Panel
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public class InfoBarPanel : Panel
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public class InfoBarPanel : Panel
Public Class InfoBarPanel
Inherits Panel
Vererbung
InfoBarPanel
Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Hinweise

Ein InfoBarPanel-Element ist der Hauptinhaltsbereich in der Standardvorlage XAML für InfoBar. InfoBarPanel wird normalerweise nicht für die allgemeine XAML-Ui-Komposition verwendet.

Konstruktoren

InfoBarPanel()

Initialisiert eine neue Instanz der InfoBarPanel-Klasse .

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

Eigenschaften

HorizontalOrientationMarginProperty

Ruft den Bezeichner für die Abhängigkeitseigenschaft InfoBarPanel.HorizontalOrientationMargin ab.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

HorizontalOrientationPadding

Ruft den Abstand zwischen den Rändern des InfoBarPanels und den untergeordneten Elementen ab, wenn der Bereich horizontal ausgerichtet ist.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

HorizontalOrientationPaddingProperty

Ruft den Bezeichner für die Abhängigkeitseigenschaft InfoBarPanel.HorizontalOrientationPadding ab.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

VerticalOrientationMarginProperty

Ruft den Bezeichner für die Abhängigkeitseigenschaft InfoBarPanel.VerticalOrientationMargin ab.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

VerticalOrientationPadding

Ruft den Abstand zwischen den Rändern des InfoBarPanels und den untergeordneten Elementen ab, und legt diese fest, wenn der Bereich vertikal ausgerichtet ist.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

VerticalOrientationPaddingProperty

Ruft den Bezeichner für die Abhängigkeitseigenschaft InfoBarPanel.VerticalOrientationPadding ab.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

Angefügte Eigenschaften

HorizontalOrientationMargin

Der Rand des InfoBarPanel , wenn seine Elemente horizontal ausgerichtet sind. Diese Eigenschaft ist für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

VerticalOrientationMargin

Der Rand des InfoBarPanel , wenn die Elemente vertikal ausgerichtet sind. Diese Eigenschaft ist für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

Methoden

GetHorizontalOrientationMargin(DependencyObject)

Ruft horizontalOrientationMargin aus einem -Objekt ab. Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

GetVerticalOrientationMargin(DependencyObject)

Ruft verticalOrientationMargin aus einem -Objekt ab. Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

SetHorizontalOrientationMargin(DependencyObject, Thickness)

Legt horizontalOrientationMargin auf ein -Objekt fest.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

SetVerticalOrientationMargin(DependencyObject, Thickness)

Legt verticalOrientationMargin auf ein -Objekt fest.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

Gilt für:

Weitere Informationen