| ParticleParameterAttributeOptional Property |
Gets or sets a value indicating whether this the particle parameter is optional.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public bool Optional { get; set; }
Public Property Optional As Boolean
Get
Set
public:
property bool Optional {
bool get ();
void set (bool value);
}
member Optional : bool with get, set
Property Value
Type:
Boolean if optional; otherwise,
.
See Also