Inheritance
System.Object
CirclePageRenderer
Assembly: Tizen.Wearable.CircularUI.Forms.Renderer.dll
public class CirclePageRenderer : PageRenderer, IBezelInteractionController
Constructors
Declaration
public CirclePageRenderer()
Properties
Declaration
public CircleSurface CircleSurface { get; }
Property Value
Type |
Description |
CircleSurface |
|
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
protected override void OnElementChanged(ElementChangedEventArgs<Xamarin.Forms.Page> e)
Parameters
Type |
Name |
Description |
ElementChangedEventArgs<Xamarin.Forms.Page> |
e |
|
Declaration
protected override void OnElementReady()
Declaration
protected override void OnMoreOptionClosed()
Declaration
protected override void OnMoreOptionOpened()
Declaration
public void UpdateRotaryFocusObject(bool initialize)
Parameters
Type |
Name |
Description |
System.Boolean |
initialize |
|
Explicit Interface Implementations
Declaration
void IBezelInteractionController.Activate()
Declaration
void IBezelInteractionController.Deactivate()
Declaration
IRotaryFocusable IBezelInteractionController.RotaryFocusObject { get; }
Returns
Implements