Interface INavigationView
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public interface INavigationView
Properties
BackgroundColor
Declaration
ElmSharp.Color BackgroundColor { get; set; }
Property Value
Type |
Description |
ElmSharp.Color |
|
BackgroundImage
Declaration
EvasObject? BackgroundImage { get; set; }
Property Value
Type |
Description |
System.Nullable<EvasObject> |
|
Declaration
EvasObject? Header { get; set; }
Property Value
Type |
Description |
System.Nullable<EvasObject> |
|
Declaration
DrawerHeaderBehavior HeaderBehavior { get; set; }
Property Value
TargetView
Declaration
EvasObject TargetView { get; }
Property Value
Type |
Description |
EvasObject |
|
Methods
Declaration
void BuildMenu(IEnumerable<object> items)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.Object> |
items |
|
Declaration
void UpdateHeaderLayout()
Events
ItemSelected
Declaration
event EventHandler<ItemSelectedEventArgs> ItemSelected
Event Type