C# Class Blog.Mobile.Components.DrawerLayout

Inheritance: BaseStackLayout
Show file Open project: jsnmgpnty/Blogness2.0

Public Properties

Property Type Description
CurrentViewProperty BindableProperty

Private Properties

Property Type Description

Public Methods

Method Description
CreateDrawerLayout ( ) : void
DrawerLayout ( ListView listView, IEnumerable views ) : System.Collections.Generic
GetBaseLayout ( ) : BaseStackLayout

Method Details

CreateDrawerLayout() public method

public CreateDrawerLayout ( ) : void
return void

DrawerLayout() public method

public DrawerLayout ( ListView listView, IEnumerable views ) : System.Collections.Generic
listView ListView
views IEnumerable
return System.Collections.Generic

GetBaseLayout() public method

public GetBaseLayout ( ) : BaseStackLayout
return BaseStackLayout

Property Details

CurrentViewProperty public static property

public static BindableProperty CurrentViewProperty
return BindableProperty