  | StartPositionEffectorDefaultValue Property  | 
            Gets or sets the start value that is used if 
Distribution is 
            
.
            
 
Namespace: DigitalRune.Particles.EffectorsAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax[ContentSerializerAttribute(Optional = true)]
public Vector3F DefaultValue { get; set; }<ContentSerializerAttribute(Optional := true)>
Public Property DefaultValue As Vector3F
	Get
	Set
public:
[ContentSerializerAttribute(Optional = true)]
property Vector3F DefaultValue {
	Vector3F get ();
	void set (Vector3F value);
}[<ContentSerializerAttribute(Optional = true)>]
member DefaultValue : Vector3F with get, set
Property Value
Type: 
Vector3F
            The start value that is used if 
Distribution is 
.
            
See Also