Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
DPSFDefaultBaseParticleSystem
<
(<'Particle, Vertex>)>)>..::..Name Property
|
|
The Name of the Particle System
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public string Name { get; set; }
|
Visual Basic
|
Public Property Name As String
Get
Set
|
Visual C++
|
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
|
Property Value
Type: String
See Also
DPSFDefaultBaseParticleSystem<(Of <(<'Particle, Vertex>)>)> Class
DPSFDefaultBaseParticleSystem<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|