Show / Hide Table of Contents

    Class CircleScrollView

    The CircleScrollView has circular scroll bar. it can be scrolled by bezel action. The CircleScrollView is extension of Xamarin.Forms.ScrollView.

    Inheritance
    System.Object
    CircleScrollView
    Implements
    IRotaryFocusable
    ICircleSurfaceConsumer
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class CircleScrollView : ScrollView, IRotaryFocusable, ICircleSurfaceConsumer

    Fields

    BarColorProperty

    BindableProperty. Identifies the Header, Footer cancel the Fish Eye Effect or not.

    Declaration
    public static readonly BindableProperty BarColorProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    BarColor

    Gets or sets a scroll bar color value.

    Declaration
    public Color BarColor { get; set; }
    Property Value
    Type Description
    Color

    CircleSurfaceProvider

    Gets or sets a CircleSurfaceProvider.

    Declaration
    public ICircleSurfaceProvider CircleSurfaceProvider { get; set; }
    Property Value
    Type Description
    ICircleSurfaceProvider

    Implements

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