Pane Property
Gets or sets the Pane for the SplitView
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[DependsOnAttribute("PaneTemplate")]
public Object? Pane { get; set; }
<DependsOnAttribute("PaneTemplate")>
Public Property Pane As Object
Get
Set
[<DependsOnAttribute("PaneTemplate")>]
member Pane : Object with get, set