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
-
objectProgressBar.ValueChangedEventArgs
Properties
View SourceProgressBar
ProgressBar
Declaration
public ProgressBar ProgressBar { get; set; }
Property Value
Type | Description |
---|---|
ProgressBar |
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 |
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 |