TwoPaneView.Pane1 Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.