Class CircularProgressStyle

    Definition

    Namespace:
    Tizen.NUI.Wearable
    Assembly:
    Tizen.NUI.Wearable.dll

    CircularProgressStyle is a class which saves CircularProgress's ux data.

    public class CircularProgressStyle : ControlStyle, IDynamicResourceHandler, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    ControlStyle
    CircularProgressStyle
    Implements
    IDynamicResourceHandler
    IDisposable

    Constructors

    View Source

    CircularProgressStyle()

    Creates a new instance of a CircularProgressStyle.

    Declaration
    public CircularProgressStyle()
    View Source

    CircularProgressStyle(CircularProgressStyle)

    Creates a new instance of a CircularProgressStyle with style.

    Declaration
    public CircularProgressStyle(CircularProgressStyle style)
    Parameters
    Type Name Description
    CircularProgressStyle style

    Create CircularProgressStyle by style customized by user.

    Fields

    View Source

    CurrentValueProperty

    Bindable property of CurrentValue

    Declaration
    public static readonly BindableProperty CurrentValueProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    IsEnabledProperty

    Bindable property of IsEnabled

    Declaration
    public static readonly BindableProperty IsEnabledProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    MaxValueProperty

    Bindable property of MaxValue

    Declaration
    public static readonly BindableProperty MaxValueProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    MinValueProperty

    Bindable property of MinValue

    Declaration
    public static readonly BindableProperty MinValueProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    ProgressColorProperty

    Bindable property of ProgressColor

    Declaration
    public static readonly BindableProperty ProgressColorProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    ThicknessProperty

    Bindable property of Thickness

    Declaration
    public static readonly BindableProperty ThicknessProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    TrackColorProperty

    Bindable property of TrackColor

    Declaration
    public static readonly BindableProperty TrackColorProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    View Source

    CurrentValue

    The property to get/set the current value of the CircularProgress.

    Declaration
    public float CurrentValue { get; set; }
    Property Value
    Type Description
    float
    View Source

    IsEnabled

    Flag to be enabled or disabled in CircularProgress.

    Declaration
    public bool? IsEnabled { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    MaxValue

    The property to get/set the maximum value of the CircularProgress.

    Declaration
    public float MaxValue { get; set; }
    Property Value
    Type Description
    float
    View Source

    MinValue

    The property to get/set the minim value of the CircularProgress.

    Declaration
    public float MinValue { get; set; }
    Property Value
    Type Description
    float
    View Source

    ProgressColor

    The property to get/set Progress object color of the CircularProgress.

    Declaration
    public Color ProgressColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    Thickness

    The thickness of the track and progress.

    Declaration
    public float? Thickness { get; set; }
    Property Value
    Type Description
    float?
    View Source

    TrackColor

    The property to get/set Track object color of the CircularProgress.

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

    Methods

    View Source

    Dispose(bool)

    Dispose CircularProgressStyle and all children on it.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    true in order to free managed objects

    Overrides
    ViewStyle.Dispose(bool)

    Implements

    IDynamicResourceHandler
    IDisposable

    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