Click or drag to resize

Light3D Properties

LightningChart .NET Help

The Light3D type exposes the following members.

Properties
  NameDescription
Public propertyAmbientColor
Ambient color of the light
Public propertyAttenuationConstant
Lighting attenuation, constant. Atten = 1 / (att0 + att1 * d + att2 * d2)
Public propertyAttenuationLinear
Lighting attenuation, linear factor. Atten = 1 / (att0 + att1 * d + att2 * d2)
Public propertyAttenuationQuadratic
Lighting attenuation, quadratic factor. Atten = 1 / (att0 + att1 * d + att2 * d2)
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDiffuseColor
Diffuse color of the light
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyEnabled
Is the light switched on
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyLocation
Light location
Public propertyLocationFromCamera
Use the view camera location as the location of the light.
Public propertySpecularColor
Specular color of the light
Public propertyTarget
Target coordinates. Applies to Directional light and Spotlight types.
Public propertyType
Palette coloring type
Top
See Also