ProgressBar.SetPulsingStatus Method

Definition

Overloads

SetPulsingStatus(BindableObject, Boolean)

Turns pulsing on or off.

SetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>, Boolean)

Turns pulsing on or off.

SetPulsingStatus(BindableObject, Boolean)

Turns pulsing on or off.

public static void SetPulsingStatus (Xamarin.Forms.BindableObject element, bool isPulsing);
static member SetPulsingStatus : Xamarin.Forms.BindableObject * bool -> unit

Parameters

element
BindableObject
isPulsing
System.Boolean

true to cause the progress bar is pulsing. Otherwise, false.

Applies to

SetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>, Boolean)

Turns pulsing on or off.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.ProgressBar> SetPulsingStatus (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.ProgressBar> config, bool isPulsing);
static member SetPulsingStatus : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.ProgressBar> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.ProgressBar>

Parameters

config
IPlatformElementConfiguration<Tizen,ProgressBar>

The platform configuration for the element whose pulse status to set.

isPulsing
System.Boolean

true to cause the progress bar is pulsing. Otherwise, false.

Returns

A fluent object on which the developer can make further method calls.

Applies to