Class NavigationDrawer
The native widget to be used in Xamarin.Forms Shell.
Inheritance
System.Object
NavigationDrawer
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class NavigationDrawer : DrawerBox, INavigationDrawer
Constructors
NavigationDrawer(EvasObject)
Declaration
public NavigationDrawer(EvasObject parent)
Parameters
Type |
Name |
Description |
EvasObject |
parent |
Parent evas object.
|
Properties
Main
Declaration
public EvasObject? Main { get; set; }
Property Value
Type |
Description |
System.Nullable<EvasObject> |
|
NavigationView
Declaration
public EvasObject? NavigationView { get; set; }
Property Value
Type |
Description |
System.Nullable<EvasObject> |
|
TargetView
Declaration
public EvasObject TargetView { get; }
Property Value
Type |
Description |
EvasObject |
|
Implements
Extension Methods