Class CircularShellRenderer
Inheritance
System.Object
CircularShellRenderer
Assembly: Tizen.Wearable.CircularUI.Forms.Renderer.dll
public class CircularShellRenderer : Xamarin.Forms.Platform.Tizen.Watch.ShellRenderer
Constructors
Declaration
public CircularShellRenderer()
Methods
Declaration
protected override Xamarin.Forms.Platform.Tizen.Watch.NavigationDrawer CreateNavigationDrawer(EvasObject parent)
Parameters
Type |
Name |
Description |
EvasObject |
parent |
|
Returns
Type |
Description |
Xamarin.Forms.Platform.Tizen.Watch.NavigationDrawer |
|
Declaration
protected override Xamarin.Forms.Platform.Tizen.Watch.NavigationView CreateNavigationView(EvasObject parent)
Parameters
Type |
Name |
Description |
EvasObject |
parent |
|
Returns
Type |
Description |
Xamarin.Forms.Platform.Tizen.Watch.NavigationView |
|
Declaration
protected override void OnNavigationDrawerToggled(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EventArgs |
e |
|