ProgressBar.GetPulsingStatus Method

Definition

Overloads

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.

GetPulsingStatus(BindableObject)

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

public static bool GetPulsingStatus (Xamarin.Forms.BindableObject element);
static member GetPulsingStatus : Xamarin.Forms.BindableObject -> bool

Parameters

element
BindableObject

The element whose pulse status to get.

Returns

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

Applies to

GetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>)

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

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

Parameters

config
IPlatformElementConfiguration<Tizen,ProgressBar>

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

Returns

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

Applies to