Light3D Properties |
The Light3D type exposes the following members.
| Name | Description | |
|---|---|---|
| AmbientColor |
Gets or sets ambient color of the light. This is a dependency property.
| |
| AttenuationConstant |
Gets or sets lighting attenuation, constant. This is a dependency property.
Atten = 1 / (att0 + att1 * d + att2 * d2)
| |
| AttenuationLinear |
Gets or sets lighting attenuation, linear factor. This is a dependency property.
Atten = 1 / (att0 + att1 * d + att2 * d2)
| |
| AttenuationQuadratic |
Gets or sets lighting attenuation, quadratic factor. This is a dependency property.
Atten = 1 / (att0 + att1 * d + att2 * d2)
| |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
| DiffuseColor |
Gets or sets diffuse color of the light. This is a dependency property.
| |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
| Enabled |
Gets or sets if the light is switched on. This is a dependency property.
| |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
| Location |
Gets or sets light location. This is a dependency property.
| |
| LocationFromCamera |
Gets or sets if use the view camera location as the location of the light. This is a dependency property.
| |
| SpecularColor |
Gets or sets specular color of the light. This is a dependency property.
| |
| Target |
Gets or sets target coordinates. Applies to Directional light and Spotlight types. This is a dependency property.
| |
| Type |
Gets or sets palette coloring type. This is a dependency property.
|