C# Class HelixToolkit.Wpf.Exploder3D

A visual element that transforms all child elements as an explosion.
Inheritance: System.Windows.Media.Media3D.ModelVisual3D
显示文件 Open project: litdev1/LitDev

Public Properties

Property Type Description
IsExplodingProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnIsExplodingChanged ( ) : void

Called when the exploding state changed.

Private Methods

Method Description
IsExplodingChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called when the exploding state changed.

Method Details

OnIsExplodingChanged() protected method

Called when the exploding state changed.
protected OnIsExplodingChanged ( ) : void
return void

Property Details

IsExplodingProperty public_oe static_oe property

Identifies the IsExploding dependency property.
public static DependencyProperty,System.Windows IsExplodingProperty
return System.Windows.DependencyProperty