Поделиться через


TwoPaneView.Pane2Length Свойство

Определение

Возвращает вычисляемую ширину (в горизонтальном режиме) или высоту (в вертикальном режиме) для панели 2 или задает значение GridLength панели 2.

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

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

void Pane2Length(GridLength value);
public GridLength Pane2Length { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane2LengthDefault")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane2LengthDefault")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane2LengthDefault")]
public GridLength Pane2Length { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane2LengthDefault")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_pane2LengthDefault")] set; }
var gridLength = twoPaneView.pane2Length;
twoPaneView.pane2Length = gridLength;
Public Property Pane2Length As GridLength

Значение свойства

Элемент GridLength, представляющий ширину или высоту панели.

Атрибуты
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Применяется к