Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..RenderProperties Property
|
|
Get the render properties used to draw the particles.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public RenderProperties RenderProperties { get; }
|
Visual Basic
|
Public ReadOnly Property RenderProperties As RenderProperties
Get
|
Visual C++
|
public:
virtual property RenderProperties^ RenderProperties {
RenderProperties^ get () sealed;
}
|
Property Value
Type: RenderProperties
Implements
IDPSFParticleSystem..::..RenderProperties
See Also
DPSF<(Of <(<'Particle, Vertex>)>)> Class
DPSF<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|