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