Clock.IsPaused 속성

정의

Clock 또는 부모 Clock이 일시 중지되어 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

Clock 또는 부모 Clock이 일시 중지되어 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보