Share via


ProgressBar Class

Definition

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 ProgressBarPulsingStatus.

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.

Applies to