Namespace: DeltaNinja.EntitiesAssembly: DeltaNinja (in DeltaNinja.exe) Version: 1.1.1.0 (1.1.1)
public bool IsPaused { get; protected set; }
public bool IsPaused { get; protected set; }
Public Property IsPaused As Boolean
Get
Protected Set
Public Property IsPaused As Boolean
Get
Protected Set
public:
property bool IsPaused {
bool get ();
protected: void set (bool value);
}
public:
property bool IsPaused {
bool get ();
protected: void set (bool value);
}
member IsPaused : bool with get, set
member IsPaused : bool with get, set
Property Value
Type:
Boolean