ProgressBar クラス

定義

進行状況バーの点滅状態へのアクセスを提供します。

public ref class ProgressBar abstract sealed
public static class ProgressBar
type ProgressBar = class
Public Module ProgressBar
継承
ProgressBar

フィールド

ProgressBarPulsingStatusProperty

添付プロパティ のバインド可能なプロパティ ProgressBarPulsingStatus

メソッド

GetPulsingStatus(BindableObject)

進行状況バーが点滅中の場合、true を返します。 それ以外の場合、false を返します。

GetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>)

進行状況バーが点滅中の場合、true を返します。 それ以外の場合、false を返します。

SetPulsingStatus(BindableObject, Boolean)

点滅をオンまたはオフにします。

SetPulsingStatus(IPlatformElementConfiguration<Tizen,ProgressBar>, Boolean)

点滅をオンまたはオフにします。

適用対象