Compartilhar via


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)

Source:
ProgressBar.cs
Source:
ProgressBar.cs

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

public:
 static bool GetPulsingStatus(Microsoft::Maui::Controls::BindableObject ^ element);
public static bool GetPulsingStatus (Microsoft.Maui.Controls.BindableObject element);
static member GetPulsingStatus : Microsoft.Maui.Controls.BindableObject -> bool
Public Function GetPulsingStatus (element As BindableObject) As Boolean

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>)

Source:
ProgressBar.cs
Source:
ProgressBar.cs

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

public:
[System::Runtime::CompilerServices::Extension]
 static bool GetPulsingStatus(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::ProgressBar ^> ^ config);
public static bool GetPulsingStatus (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.ProgressBar> config);
static member GetPulsingStatus : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.ProgressBar> -> bool
<Extension()>
Public Function GetPulsingStatus (config As IPlatformElementConfiguration(Of Tizen, ProgressBar)) As Boolean

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