Show / Hide Table of Contents

    Class CirclePage

    The CirclePage is a ContentPage, which allows you to insert views that require CircleSurface, and you can show ToolbarItems with MoreOption. It has an ActionButton, and can use the MenuItem type as text, icon, command, and so on.

    Inheritance
    System.Object
    CirclePage
    Implements
    ICircleSurfaceProvider
    IBezelInteractionRouter
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    [Obsolete("CirclePage is obsolete as of version 1.5.0. Please use Xamarin.Forms.ContentPage, CircleSurfaceView, and BezelInteracationPage instead.")]
    public class CirclePage : ContentPage, ICircleSurfaceProvider, IBezelInteractionRouter

    Constructors

    CirclePage()

    Creates and initializes a new instance of the CirclePage class.

    Declaration
    public CirclePage()

    Fields

    ActionButtonProperty

    BindableProperty. Identifies the ActionButton bindable property.

    Declaration
    public static readonly BindableProperty ActionButtonProperty
    Field Value
    Type Description
    BindableProperty

    RotaryFocusObjectProperty

    BindableProperty. Identifies the RotaryFocusObject bindable property Key.

    Declaration
    public static readonly BindableProperty RotaryFocusObjectProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    ActionButton

    Gets or sets ActionButton that presents a menu item and associates it with a command

    Declaration
    public ActionButtonItem ActionButton { get; set; }
    Property Value
    Type Description
    ActionButtonItem

    CircleSurfaceItems

    Gets a list of CircleSurfaceItems represented through CircleSurface.

    Declaration
    public IList<ICircleSurfaceItem> CircleSurfaceItems { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ICircleSurfaceItem>

    RotaryFocusObject

    Gets or sets object of RotaryFocusObject to receive bezel action(take a rotary event) from the current page.

    Declaration
    public IRotaryFocusable RotaryFocusObject { get; set; }
    Property Value
    Type Description
    IRotaryFocusable

    Methods

    OnAppearing()

    Declaration
    protected override void OnAppearing()

    OnBindingContextChanged()

    Declaration
    protected override void OnBindingContextChanged()

    OnDisappearing()

    Declaration
    protected override void OnDisappearing()

    Implements

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