Show / Hide Table of Contents

    Class EmbeddingControls

    The default embedding controller of MediaPlayer

    Inheritance
    System.Object
    EmbeddingControls
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class EmbeddingControls : ContentView

    Constructors

    EmbeddingControls()

    Initializes a new instance of the EmbeddingControls class.

    Declaration
    public EmbeddingControls()

    Properties

    PauseImage

    Gets the Pause image button

    Declaration
    public ImageButton PauseImage { get; }
    Property Value
    Type Description
    ImageButton

    PlayImage

    Gets the Play image button

    Declaration
    public ImageButton PlayImage { get; }
    Property Value
    Type Description
    ImageButton

    Methods

    OnBindingContextChanged()

    Declaration
    protected override void OnBindingContextChanged()
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX