TwoPaneView.Pane2 Proprietà

Definizione

Ottiene o imposta il contenuto del riquadro 2.

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

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

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

Valore della proprietà

Contenuto del riquadro 2.

Si applica a