Show / Hide Table of Contents

    Class NavigationDrawer

    The native widget to be used in Xamarin.Forms Shell.

    Inheritance
    System.Object
    DrawerBox
    NavigationDrawer
    Implements
    INavigationDrawer
    Inherited Members
    DrawerBox.Toggled
    DrawerBox.Drawer
    DrawerBox.Content
    DrawerBox.DimArea
    DrawerBox.IsSplit
    DrawerBox.IsOpen
    DrawerBox.SplitRatio
    DrawerBox.PopoverRatio
    DrawerBox.IsGestureEnabled
    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class NavigationDrawer : DrawerBox, INavigationDrawer

    Constructors

    NavigationDrawer(EvasObject)

    Initializes a new instance of the NavigationDrawer class.

    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

    INavigationDrawer

    Extension Methods

    ThemeManager.GetDrawerRatio(DrawerBox, Int32, Int32)
    ThemeManager.GetSplitRatio(DrawerBox)
    Back to top Copyright © 2021 Samsung
    Generated by DocFX