Compartir a través de


TwoPaneView.Pane2Length Propiedad

Definición

Obtiene el ancho (en modo ancho) o alto (en modo alto) calculado del panel 2, o bien establece el valor GridLength del panel 2.

API de WinUI 2 equivalente para UWP: Microsoft.UI.Xaml.Controls.TwoPaneView.Pane2Length (para WinUI en el SDK de Aplicaciones para Windows, consulta los espacios de nombres de SDK de Aplicaciones para Windows).

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

Valor de propiedad

GridLength que representa el ancho o alto del panel.

Se aplica a