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

适用于

另请参阅