Class ProgressBar.ValueChangedEventArgs

    Definition

    Namespace:
    Tizen.NUI.UIComponents
    Assembly:
    Tizen.NUI.dll

    Event arguments that passed via the ValueChangedEventArgs.

    public class ProgressBar.ValueChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ProgressBar.ValueChangedEventArgs

    Properties

    View Source

    ProgressBar

    ProgressBar

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

    ProgressValue

    The progress value of the progress bar, the progress runs from 0 to 1.

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

    SecondaryProgressValue

    The secondary progress value of the progress bar, the secondary progress runs from 0 to 1.

    Declaration
    public float SecondaryProgressValue { get; set; }
    Property Value
    Type Description
    float
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX