C# Class HelixToolkit.Wpf.LightVisual3D

A visual element that shows a model for the specified light.
Inheritance: System.Windows.Media.Media3D.ModelVisual3D
显示文件 Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
LightProperty System.Windows.DependencyProperty

Protected Methods

Method Description
LightChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

The light changed.

OnLightChanged ( ) : void

Called when the light changed.

Method Details

LightChanged() protected static method

The light changed.
protected static LightChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
obj System.Windows.DependencyObject /// The obj. ///
args System.Windows.DependencyPropertyChangedEventArgs /// The args. ///
return void

OnLightChanged() protected method

Called when the light changed.
protected OnLightChanged ( ) : void
return void

Property Details

LightProperty public_oe static_oe property

Identifies the Light dependency property.
public static DependencyProperty,System.Windows LightProperty
return System.Windows.DependencyProperty