TwoPaneView.Pane1 Eigenschaft

Definition

Ruft den Inhalt von Bereich 1 ab oder legt diesen fest.

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

public:
 property UIElement ^ Pane1 { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Pane1();

void Pane1(UIElement value);
public UIElement Pane1 { get; set; }
Public Property Pane1 As UIElement

Eigenschaftswert

Der Inhalt des Bereichs 1.

Gilt für: