Interface INavigationDrawer
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public interface INavigationDrawer
Properties
IsOpen
Declaration
bool IsOpen { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSplit
Declaration
bool IsSplit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Main
Declaration
EvasObject? Main { get; set; }
Property Value
Type |
Description |
System.Nullable<EvasObject> |
|
NavigationView
Declaration
EvasObject? NavigationView { get; set; }
Property Value
Type |
Description |
System.Nullable<EvasObject> |
|
TargetView
Declaration
EvasObject TargetView { get; }
Property Value
Type |
Description |
EvasObject |
|
Events
Toggled
Declaration
event EventHandler Toggled
Event Type
Type |
Description |
System.EventHandler |
|