TwoPaneView.Pane2 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置窗格 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 的内容。