TwoPaneView.Pane2 属性

定义

获取或设置窗格 2 的内容。

适用于 UWP 的等效 WinUI 2 API:Windows 应用 SDK中用于 WinUI 的 Microsoft.UI.Xaml.Controls.TwoPaneView.Pane2 (,请参阅Windows 应用 SDK命名空间) 。

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

属性值

窗格 2 的内容。

适用于