TwoPaneView.Pane1 プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ウィンドウ 1 のコンテンツを取得または設定します。
UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.TwoPaneView.Pane1 (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。
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
プロパティ値
ペイン 1 の内容。