ProgressBar Class

Definition

Provides access to the pulsing status for progress bars.

public static class ProgressBar
type ProgressBar = class
Inheritance
ProgressBar

Fields

ProgressBarPulsingStatusProperty

Backing store for the attached property that controls the pulsing status of the progress bar.

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