Class Light
Model3D object that represents lighting applied to a 3-D scene.
Inherited Members
Namespace: Telerik.Windows.Media.Media3D
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class Light : Model3D, INotifyPropertyChanged
Constructors
Light()
Declaration
protected Light()
Fields
ColorProperty
Identifies the Color dependency property.
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Bounds
Gets the bounding Rect3D for this Model3D.
Declaration
public override Rect3D Bounds { get; }
Property Value
Rect3D
|
Overrides
Color
Gets or sets the color of the light. This is a dependency property.
Declaration
public Color Color { get; set; }
Property Value
System.Windows.Media.Color
|