TwoPaneView.Pane2Length Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the calculated width (in wide mode) or height (in tall mode) of pane 2, or sets the GridLength value of pane 2.
public:
property Microsoft::Maui::GridLength Pane2Length { Microsoft::Maui::GridLength get(); void set(Microsoft::Maui::GridLength value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.GridLengthTypeConverter))]
public Microsoft.Maui.GridLength Pane2Length { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.GridLengthTypeConverter))>]
member this.Pane2Length : Microsoft.Maui.GridLength with get, set
Public Property Pane2Length As GridLength
Property Value
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.