ProgressBar Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the pulsing status for progress bars.
public ref class ProgressBar abstract sealed
public static class ProgressBar
type ProgressBar = class
Public Module ProgressBar
- Inheritance
-
ProgressBar
Fields
| Name | Description |
|---|---|
| ProgressBarPulsingStatusProperty |
Bindable property for attached property |
Methods
| Name | Description |
|---|---|
| GetPulsingStatus(BindableObject) |
Gets the pulsing status for the progress bar. |
| GetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>) |
Gets the pulsing status for the progress bar. |
| SetPulsingStatus(BindableObject, Boolean) |
Sets the pulsing status for the progress bar. Only applies when style is Pending. |
| SetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>, Boolean) |
Sets the pulsing status for the progress bar. Only applies when style is Pending. |