TwoPaneView.Pane1Length プロパティ

定義

ウィンドウ 1 の計算された幅 (ワイド モード) または高さ (縦長モード) を取得します。または、ウィンドウ 1 の GridLength 値を設定します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.TwoPaneView.Pane1Length (Windows App SDKの WinUI の場合は、Windows App SDK名前空間を参照してください)。

public:
 property GridLength Pane1Length { GridLength get(); void set(GridLength value); };
GridLength Pane1Length();

void Pane1Length(GridLength value);
public GridLength Pane1Length { get; set; }
var gridLength = twoPaneView.pane1Length;
twoPaneView.pane1Length = gridLength;
Public Property Pane1Length As GridLength

プロパティ値

ウィンドウの幅または高さを表す GridLength。

適用対象