TwoPaneView.Pane2Length Property

Definition

Gets the calculated width (in wide mode) or height (in tall mode) of pane 2, or sets the GridLength value of pane 2.

public Xamarin.Forms.GridLength Pane2Length { get; set; }
member this.Pane2Length : Xamarin.Forms.GridLength with get, set

Property Value

The GridLength that represents the width or height of the pane.

Applies to