ProgressBar.GetPulsingStatus Yöntem

Tanım

Aşırı Yüklemeler

GetPulsingStatus(BindableObject)

Döndürür true ilerleme çubuğu hareketli olmadığını. Aksi halde döndürür false.

GetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>)

Döndürür true ilerleme çubuğu hareketli olmadığını. Aksi halde döndürür false.

GetPulsingStatus(BindableObject)

Döndürür true ilerleme çubuğu hareketli olmadığını. Aksi halde döndürür false.

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

Parametreler

element
BindableObject

Öğe pulse durumunu alın.

Döndürülenler

Boolean

true İlerleme çubuğu hareketli olmadığını. Aksi takdirde, false.

Şunlara uygulanır

GetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>)

Döndürür true ilerleme çubuğu hareketli olmadığını. Aksi halde döndürür 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

Parametreler

config
IPlatformElementConfiguration<Tizen,ProgressBar>

Öğe için platform yapılandırmasını almak için pulse durumu.

Döndürülenler

Boolean

true İlerleme çubuğu hareketli olmadığını. Aksi takdirde, false.

Şunlara uygulanır