TwoPaneView.Pane1Length 属性

定义

获取窗格 1 的计算宽度(在宽模式下)或高度(在高模式下),或设置窗格 1 的 GridLength 值。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

public:
 property GridLength Pane1Length { GridLength get(); void set(GridLength value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane1LengthDefault")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane1LengthDefault")]
GridLength Pane1Length();

void Pane1Length(GridLength value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane1LengthDefault")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane1LengthDefault")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane1LengthDefault")]
GridLength Pane1Length();

void Pane1Length(GridLength value);
public GridLength Pane1Length { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane1LengthDefault")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane1LengthDefault")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane1LengthDefault")]
public GridLength Pane1Length { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane1LengthDefault")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane1LengthDefault")] set; }
Public Property Pane1Length As GridLength

属性值

表示窗格宽度或高度的 GridLength。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

适用于