Class LightVisual3D
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
A visual element that shows a model for the specified light.
public class LightVisual3D : ModelVisual3D, IAnimatable, IAddChild
- Inheritance
-
LightVisual3D
- Implements
- Inherited Members
- Extension Methods
Fields
LightProperty
Identifies the Light dependency property.
public static readonly DependencyProperty LightProperty
Field Value
Properties
Light
Gets or sets the light.
public Light Light { get; set; }
Property Value
- Light
The light.
Methods
LightChanged(DependencyObject, DependencyPropertyChangedEventArgs)
The light changed.
protected static void LightChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
objDependencyObjectThe obj.
argsDependencyPropertyChangedEventArgsThe args.
OnLightChanged()
Called when the light changed.
protected virtual void OnLightChanged()