TwoPaneView.Pane1Length Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.