Share via


TwoPaneView.Pane1 Proprietà

Definizione

Ottiene o imposta il contenuto del riquadro 1.

API WinUI 2 equivalente per UWP: Microsoft.UI.Xaml.Controls.TwoPaneView.Pane1 (per WinUI nella SDK per app di Windows, vedere gli spazi dei nomi SDK per app di Windows).

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

void Pane1(UIElement value);
public UIElement Pane1 { get; set; }
var uIElement = twoPaneView.pane1;
twoPaneView.pane1 = uIElement;
Public Property Pane1 As UIElement

Valore della proprietà

Contenuto del riquadro 1.

Si applica a