Show / Hide Table of Contents

    Interface INavigationDrawer

    Namespace: Tizen.UIExtensions.ElmSharp
    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
    Back to top Copyright © 2021 Samsung
    Generated by DocFX