Clock.IsPaused 屬性

定義

取得值,這個值表示這個 Clock 或任何其父代是否暫停。

public:
 property bool IsPaused { bool get(); };
public bool IsPaused { get; }
member this.IsPaused : bool
Public ReadOnly Property IsPaused As Boolean

屬性值

Boolean

如果這個 Clock 或任何其父代暫停則為 true,否則為 false

適用於

另請參閱