Indicates if the timer is paused or not.
Namespace: ZylSoft.TimersAssembly: ZylTimer (in ZylTimer.dll) Version: 1.31.8797.18884
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic bool IsPaused { get; }Public ReadOnly Property IsPaused As Boolean
Get
Dim instance As Timer
Dim value As Boolean
value = instance.IsPaused
public:
property bool IsPaused {
bool get ();
}member IsPaused : bool with get
/** @property */
public boolean get_IsPaused()
function get IsPaused () : boolean
PROPERTY IsPaused AS LOGIC GET
No code example is currently available or this language may not be supported.
Property Value
Boolean
See Also