TwoPaneView.Pane2 プロパティ

定義

ウィンドウ 2 の内容を取得または設定します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.TwoPaneView.Pane2 (Windows アプリ SDKの WinUI の場合は、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 の内容。

適用対象