TwoPaneView.Pane2Length 屬性

定義

取得窗格 2 的計算寬度 (寬模式) 或高度 (高模式),或設定窗格 2 的 GridLength 值。

適用于 UWP 的對等 WinUI 2 APIMicrosoft.UI.Xaml.Controls.TwoPaneView.Pane2Length (在Windows 應用程式 SDK中,請參閱Windows 應用程式 SDK命名空間) 。

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

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

屬性值

GridLength,代表窗格的寬度或高度。

適用於