Class ProgressBar.ValueChangedEventArgs
Definition
- Namespace:
- Tizen.NUI.UIComponents
- Assembly:
- Tizen.NUI.dll
Event arguments that passed via the ValueChangedEventArgs.
C#Copypublic class ProgressBar.ValueChangedEventArgs : EventArgs
- Inheritance
-
objectProgressBar.ValueChangedEventArgs
Properties
Declaration
C#Copypublic ProgressBar ProgressBar { get; set; }
Property Value
| Type | Description |
|---|---|
| ProgressBar |
Declaration
C#Copypublic 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#Copypublic float SecondaryProgressValue { get; set; }
Property Value
| Type | Description |
|---|---|
| float |