Click or drag to resize

Light3D Properties

LightningChart .NET Help

The Light3D type exposes the following members.

Properties
  NameDescription
Public propertyAmbientColor
Gets or sets ambient color of the light. This is a dependency property.
Public propertyAttenuationConstant
Gets or sets lighting attenuation, constant. This is a dependency property. Atten = 1 / (att0 + att1 * d + att2 * d2)
Public propertyAttenuationLinear
Gets or sets lighting attenuation, linear factor. This is a dependency property. Atten = 1 / (att0 + att1 * d + att2 * d2)
Public propertyAttenuationQuadratic
Gets or sets lighting attenuation, quadratic factor. This is a dependency property. 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
Gets or sets diffuse color of the light. This is a dependency property.
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyEnabled
Gets or sets if the light is switched on. This is a dependency property.
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
Gets or sets light location. This is a dependency property.
Public propertyLocationFromCamera
Gets or sets if use the view camera location as the location of the light. This is a dependency property.
Public propertySpecularColor
Gets or sets specular color of the light. This is a dependency property.
Public propertyTarget
Gets or sets target coordinates. Applies to Directional light and Spotlight types. This is a dependency property.
Public propertyType
Gets or sets palette coloring type. This is a dependency property.
Top
See Also