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

ProgressBarPulsingStatusProperty

Bindable property for attached property ProgressBarPulsingStatus.

Methods

GetPulsingStatus(BindableObject)

Returns true if the progress bar is pulsing. Otherwise, returns false.

GetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>)

Returns true if the progress bar is pulsing. Otherwise, returns false.

SetPulsingStatus(BindableObject, Boolean)

Turns pulsing on or off.

SetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>, Boolean)

Turns pulsing on or off.

Applies to