Class ProgressStyle

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    ProgressStyle is a class which saves Progress's ux data.

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

    Constructors

    View Source

    ProgressStyle()

    Creates a new instance of a ProgressStyle.

    Declaration
    public ProgressStyle()
    View Source

    ProgressStyle(ProgressStyle)

    Creates a new instance of a ProgressStyle with style.

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

    Create ProgressStyle by style customized by user.

    Properties

    View Source

    Buffer

    Gets or sets buffer image.

    Declaration
    public ImageViewStyle Buffer { get; set; }
    Property Value
    Type Description
    ImageViewStyle
    View Source

    IndeterminateImageUrl

    Gets or sets indeterminate progress resource.

    Declaration
    public string IndeterminateImageUrl { get; set; }
    Property Value
    Type Description
    string
    View Source

    Progress

    Gets or sets progress image.

    Declaration
    public ImageViewStyle Progress { get; set; }
    Property Value
    Type Description
    ImageViewStyle
    View Source

    Track

    Gets or sets track image.

    Declaration
    public ImageViewStyle Track { get; set; }
    Property Value
    Type Description
    ImageViewStyle

    Methods

    View Source

    CopyFrom(BindableObject)

    Copy properties of other ViewStyle to this.

    Declaration
    public override void CopyFrom(BindableObject bindableObject)
    Parameters
    Type Name Description
    BindableObject bindableObject
    Overrides
    ViewStyle.CopyFrom(BindableObject)

    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