TwoPaneView.Pane1 Propiedad

Definición

Obtiene o establece el contenido del panel 1.

API de WinUI 2 equivalente para UWP: Microsoft.UI.Xaml.Controls.TwoPaneView.Pane1 (para WinUI en el SDK de Aplicaciones para Windows, consulta los espacios de nombres SDK de Aplicaciones para 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

Valor de propiedad

Contenido del panel 1.

Se aplica a