Show / Hide Table of Contents

    Class CircleSurfaceEffectBehavior

    The CircleSurfaceEffectBehavior is a behavior which allows you to add views that require CircleSurface.

    Inheritance
    System.Object
    CircleSurfaceEffectBehavior
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class CircleSurfaceEffectBehavior : Behavior<Page>

    Fields

    RotaryFocusObjectProperty

    BindableProperty. Identifies the RotaryFocusObject bindable property.

    Declaration
    public static readonly BindableProperty RotaryFocusObjectProperty
    Field Value
    Type Description
    BindableProperty

    Methods

    GetRotaryFocusObject(BindableObject)

    Get a RotaryFocusObject

    Declaration
    public static IRotaryFocusable GetRotaryFocusObject(BindableObject obj)
    Parameters
    Type Name Description
    BindableObject obj

    Effect element

    Returns
    Type Description
    IRotaryFocusable

    Focusable object

    OnAttachedTo(Page)

    Declaration
    protected override void OnAttachedTo(Page page)
    Parameters
    Type Name Description
    Page page

    OnDetachingFrom(Page)

    Declaration
    protected override void OnDetachingFrom(Page page)
    Parameters
    Type Name Description
    Page page

    SetRotaryFocusObject(BindableObject, IRotaryFocusable)

    Set a RotaryFocusObject

    Declaration
    public static void SetRotaryFocusObject(BindableObject obj, IRotaryFocusable focusable)
    Parameters
    Type Name Description
    BindableObject obj

    Effect element

    IRotaryFocusable focusable

    Focusable object

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