Show / Hide Table of Contents

    Class CirclePageRenderer

    Inheritance
    System.Object
    PageRenderer
    CirclePageRenderer
    Implements
    IBezelInteractionController
    Inherited Members
    PageRenderer.CreateMoreOptionItem(ToolbarItem)
    Namespace: Tizen.Wearable.CircularUI.Forms.Renderer
    Assembly: Tizen.Wearable.CircularUI.Forms.Renderer.dll
    Syntax
    public class CirclePageRenderer : PageRenderer, IBezelInteractionController

    Constructors

    CirclePageRenderer()

    Declaration
    public CirclePageRenderer()

    Properties

    CircleSurface

    Declaration
    public CircleSurface CircleSurface { get; }
    Property Value
    Type Description
    CircleSurface

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnElementChanged(ElementChangedEventArgs<Xamarin.Forms.Page>)

    Declaration
    protected override void OnElementChanged(ElementChangedEventArgs<Xamarin.Forms.Page> e)
    Parameters
    Type Name Description
    ElementChangedEventArgs<Xamarin.Forms.Page> e

    OnElementReady()

    Declaration
    protected override void OnElementReady()

    OnMoreOptionClosed()

    Declaration
    protected override void OnMoreOptionClosed()

    OnMoreOptionOpened()

    Declaration
    protected override void OnMoreOptionOpened()

    UpdateRotaryFocusObject(Boolean)

    Declaration
    public void UpdateRotaryFocusObject(bool initialize)
    Parameters
    Type Name Description
    System.Boolean initialize

    Explicit Interface Implementations

    IBezelInteractionController.Activate()

    Declaration
    void IBezelInteractionController.Activate()

    IBezelInteractionController.Deactivate()

    Declaration
    void IBezelInteractionController.Deactivate()

    IBezelInteractionController.RotaryFocusObject

    Declaration
    IRotaryFocusable IBezelInteractionController.RotaryFocusObject { get; }
    Returns
    Type Description
    IRotaryFocusable

    Implements

    IBezelInteractionController
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX