TwoPaneView.Pane1Length 属性

定义

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

public:
 property Microsoft::Maui::GridLength Pane1Length { Microsoft::Maui::GridLength get(); void set(Microsoft::Maui::GridLength value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.GridLengthTypeConverter))]
public Microsoft.Maui.GridLength Pane1Length { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.GridLengthTypeConverter))>]
member this.Pane1Length : Microsoft.Maui.GridLength with get, set
Public Property Pane1Length As GridLength

属性值

属性

适用于