Show / Hide Table of Contents

    Interface INavigationView

    Namespace: Tizen.UIExtensions.ElmSharp
    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>

    Header

    Declaration
    EvasObject? Header { get; set; }
    Property Value
    Type Description
    System.Nullable<EvasObject>

    HeaderBehavior

    Declaration
    DrawerHeaderBehavior HeaderBehavior { get; set; }
    Property Value
    Type Description
    DrawerHeaderBehavior

    TargetView

    Declaration
    EvasObject TargetView { get; }
    Property Value
    Type Description
    EvasObject

    Methods

    BuildMenu(IEnumerable<Object>)

    Declaration
    void BuildMenu(IEnumerable<object> items)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<System.Object> items

    UpdateHeaderLayout()

    Declaration
    void UpdateHeaderLayout()

    Events

    ItemSelected

    Declaration
    event EventHandler<ItemSelectedEventArgs> ItemSelected
    Event Type
    Type Description
    System.EventHandler<ItemSelectedEventArgs>
    Back to top Copyright © 2021 Samsung
    Generated by DocFX