ProgressBar.GetPulsingStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetPulsingStatus(BindableObject) |
Returns |
GetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>) |
Returns |
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
The platform configuration for the element whose pulse status to get.
Returns
true
if the progress bar is pulsing. Otherwise, false
.