TwoPaneView.Pane2Length 属性

定义

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

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

属性值

属性

适用于