| ParticleEffectorEnabled Property |
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax [ContentSerializerAttribute(Optional = true)]
public bool Enabled { get; set; }
<ContentSerializerAttribute(Optional := true)>
Public Property Enabled As Boolean
Get
Set
public:
[ContentSerializerAttribute(Optional = true)]
property bool Enabled {
bool get ();
void set (bool value);
}
[<ContentSerializerAttribute(Optional = true)>]
member Enabled : bool with get, set
Property Value
Type:
Boolean if enabled; otherwise,
. The default value is
.
Remarks See Also