Interface ICircleWidget

    Definition

    Namespace:
    ElmSharp.Wearable
    Assembly:
    ElmSharp.Wearable.dll

    The ICircleWidget is the interface for a widget to display and handle with the CircleSurface.

    public interface ICircleWidget

    Properties

    View Source

    CircleHandle

    Gets the handle for the Circle widget.

    Declaration
    IntPtr CircleHandle { get; }
    Property Value
    Type Description
    IntPtr
    View Source

    CircleSurface

    Gets the CircleSurface used in this widget.

    Declaration
    CircleSurface CircleSurface { get; }
    Property Value
    Type Description
    CircleSurface

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX