ProgressBar.SetPulsingStatus Yöntem

Tanım

Aşırı Yüklemeler

SetPulsingStatus(BindableObject, Boolean)

Açıp hareketli kapatır.

SetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>, Boolean)

Açıp hareketli kapatır.

SetPulsingStatus(BindableObject, Boolean)

Açıp hareketli kapatır.

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

Parametreler

element
BindableObject
isPulsing
Boolean

true İlerleme çubuğu neden hareketli. Aksi takdirde, false.

Şunlara uygulanır

SetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>, Boolean)

Açıp hareketli kapatır.

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>

Parametreler

config
IPlatformElementConfiguration<Tizen,ProgressBar>

Platform yapılandırma öğesi için ayarlanacak pulse durumu.

isPulsing
Boolean

true İlerleme çubuğu neden hareketli. Aksi takdirde, false.

Döndürülenler

IPlatformElementConfiguration<Tizen,ProgressBar>

Bir fluent nesnesi üzerinde Geliştirici yöntem çağrıları daha da yapabilirsiniz.

Şunlara uygulanır