Partager via


TwoPaneView.Pane1Length Propriété

Définition

Obtient la largeur calculée (en mode horizontal) ou la hauteur (en mode vertical) du volet 1, ou définit la valeur GridLength du volet 1.

API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.TwoPaneView.Pane1Length (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).

public:
 property GridLength Pane1Length { GridLength get(); void set(GridLength value); };
GridLength Pane1Length();

void Pane1Length(GridLength value);
public GridLength Pane1Length { get; set; }
var gridLength = twoPaneView.pane1Length;
twoPaneView.pane1Length = gridLength;
Public Property Pane1Length As GridLength

Valeur de propriété

GridLength qui représente la largeur ou la hauteur du volet.

S’applique à