Partage via


TwoPaneView.Pane1 Propriété

Définition

Obtient ou définit le contenu du volet 1.

API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.TwoPaneView.Pane1 (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application 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

Valeur de propriété

Contenu du volet 1.

S’applique à