Show / Hide Table of Contents

    Class CircleSurfaceView

    A subclass of Xamarin.Forms.View that can have several CircleSurfaceItem as a View not Page.

    Inheritance
    System.Object
    CircleSurfaceView
    Implements
    ICircleSurfaceProvider
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class CircleSurfaceView : View, ICircleSurfaceProvider

    Constructors

    CircleSurfaceView()

    Declaration
    public CircleSurfaceView()

    Properties

    CircleSurfaceItems

    An IList of the ICircleSurfaceItem on this CircleSurfaceView.

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

    Methods

    OnBindingContextChanged()

    Declaration
    protected override void OnBindingContextChanged()

    Implements

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