Class ProgressBar.ValueChangedEventArgs

Definition

Namespace:
Tizen.NUI.UIComponents
Assembly:
Tizen.NUI.dll
API Level:
3

Event arguments that passed via the ValueChangedEventArgs.

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

Properties

View Source

ProgressBar

ProgressBar

Declaration
C#
Copy
public ProgressBar ProgressBar { get; set; }
Property Value
Type Description
ProgressBar
API Level: 3
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
Single
API Level: 3
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
Single
API Level: 3