Class CircleProgressBar

    Definition

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

    The Circle ProgressBar is a widget for visually representing the progress status of a given job or task with the circular design.

    [Obsolete("This has been deprecated in API12")]
    public class CircleProgressBar : Widget, IAccessibleObject, ICircleWidget
    Inheritance
    object
    EvasObject
    AccessibleObject
    Widget
    CircleProgressBar
    Implements
    IAccessibleObject
    ICircleWidget

    Constructors

    View Source

    CircleProgressBar(EvasObject, CircleSurface)

    Creates and initializes a new instance of the Circle Progressbar class.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public CircleProgressBar(EvasObject parent, CircleSurface surface)
    Parameters
    Type Name Description
    EvasObject parent

    The parent of the new Circle Progressbar instance.

    CircleSurface surface

    The surface for drawing circle features for this widget.

    Properties

    View Source

    BackgroundAngle

    Sets or gets the angle value of the Background ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double BackgroundAngle { get; set; }
    Property Value
    Type Description
    double
    View Source

    BackgroundAngleOffset

    Sets or gets the angle offset value of the Background ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double BackgroundAngleOffset { get; set; }
    Property Value
    Type Description
    double
    View Source

    BackgroundColor

    Sets or gets the color of the Background ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public override Color BackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    Overrides
    Widget.BackgroundColor
    View Source

    BackgroundLineWidth

    Sets or gets the line width of the Background ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int BackgroundLineWidth { get; set; }
    Property Value
    Type Description
    int
    View Source

    BackgroundRadius

    Sets or gets the radius of the Background ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double BackgroundRadius { get; set; }
    Property Value
    Type Description
    double
    View Source

    BarAngle

    Sets or gets the angle value of the ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double BarAngle { get; set; }
    Property Value
    Type Description
    double
    View Source

    BarAngleMaximum

    Sets or gets the maximum angle value of the ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double BarAngleMaximum { get; set; }
    Property Value
    Type Description
    double
    View Source

    BarAngleMinimum

    Sets or gets the minimum angle value of the ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double BarAngleMinimum { get; set; }
    Property Value
    Type Description
    double
    View Source

    BarAngleOffset

    Sets or gets the angle offset value of the ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double BarAngleOffset { get; set; }
    Property Value
    Type Description
    double
    View Source

    BarColor

    Sets or gets the color of the ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Color BarColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    BarLineWidth

    Sets or gets the line width of the ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int BarLineWidth { get; set; }
    Property Value
    Type Description
    int
    View Source

    BarRadius

    Sets or gets the radius of the ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double BarRadius { get; set; }
    Property Value
    Type Description
    double
    View Source

    CircleHandle

    Gets the handle for the Circle widget.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public virtual IntPtr CircleHandle { get; }
    Property Value
    Type Description
    System.IntPtr
    View Source

    CircleSurface

    Gets the handle for the circle surface used in this widget.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public virtual CircleSurface CircleSurface { get; }
    Property Value
    Type Description
    CircleSurface
    View Source

    IsEnabled

    Sets or gets the state of the widget, which might be enabled or disabled.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public override bool IsEnabled { get; set; }
    Property Value
    Type Description
    bool
    Overrides
    Widget.IsEnabled
    View Source

    Maximum

    Sets or gets the maximum value of the ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double Maximum { get; set; }
    Property Value
    Type Description
    double
    View Source

    Minimum

    Sets or gets the minimum value of the ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double Minimum { get; set; }
    Property Value
    Type Description
    double
    View Source

    Value

    Sets or gets the value of the ProgressBar.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double Value { get; set; }
    Property Value
    Type Description
    double

    Methods

    View Source

    CreateHandle(EvasObject)

    Creates a widget handle.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected override IntPtr CreateHandle(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent

    Parent EvasObject.

    Returns
    Type Description
    System.IntPtr

    Handle IntPtr.

    Overrides
    EvasObject.CreateHandle(EvasObject)

    Implements

    IAccessibleObject
    ICircleWidget

    Extension Methods

    RotaryEventExtensions.Activate(EvasObject)
    RotaryEventExtensions.AddRotaryEventHandler(EvasObject, RotaryEventHandler)
    RotaryEventExtensions.Deactivate(EvasObject)
    RotaryEventExtensions.RemoveRotaryEventHandler(EvasObject, RotaryEventHandler)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX