Class ProgressBar.ValueChangedEventArgs

Definition

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

Event arguments that passed via the ValueChangedEventArgs.

C#
Copy
public class ProgressBar.ValueChangedEventArgs : EventArgs
Inheritance
object
ProgressBar.ValueChangedEventArgs

Properties

View Source

ProgressBar

ProgressBar

Declaration
C#
Copy
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
C#
Copy
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
C#
Copy
public float SecondaryProgressValue { get; set; }
Property Value
Type Description
float