Gets or sets a value indicating whether [enable auto playing].
            
Namespace: Conaito.FlipdooAssembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public bool EnableAutoPlaying { get; set; }  | 
| Visual Basic | 
|---|
Public Property EnableAutoPlaying As Boolean Get Set  | 
| Visual C++ | 
|---|
public: property bool EnableAutoPlaying { bool get (); void set (bool value); }  |