|  | StateIsActive Property | 
            Gets a value indicating whether this state is active.
            
 
Namespace: DigitalRune.Game.StatesAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
 Syntax
Syntaxpublic bool IsActive { get; }Public ReadOnly Property IsActive As Boolean
	Get
public:
property bool IsActive {
	bool get ();
}member IsActive : bool with get
Property Value
Type: 
Boolean if this state is active; otherwise, 
.
            
 See Also
See Also