C# Class HelixToolkit.Wpf.Expander3D

A visual element that translates all children relative to the specified origin.
Inheritance: System.Windows.Media.Media3D.ModelVisual3D
Mostra file Open project: litdev1/LitDev

Public Properties

Property Type Description
ExpandOriginProperty System.Windows.DependencyProperty
ExpansionProperty System.Windows.DependencyProperty

Public Methods

Method Description
ExpandTo ( double value, double animationTime ) : void

Expands to the specified value.

Protected Methods

Method Description
OnExpansionChanged ( ) : void

The expand.

Private Methods

Method Description
Expand ( System.Windows.Media.Media3D.GeometryModel3D model, System.Windows.Media.Media3D.Transform3D transformation ) : void

The expand.

ExpansionChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The expansion changed.

Method Details

ExpandTo() public method

Expands to the specified value.
public ExpandTo ( double value, double animationTime ) : void
value double /// The value. ///
animationTime double /// The animation time. ///
return void

OnExpansionChanged() protected method

The expand.
protected OnExpansionChanged ( ) : void
return void

Property Details

ExpandOriginProperty public_oe static_oe property

Identifies the ExpandOrigin dependency property.
public static DependencyProperty,System.Windows ExpandOriginProperty
return System.Windows.DependencyProperty

ExpansionProperty public_oe static_oe property

Identifies the Expansion dependency property.
public static DependencyProperty,System.Windows ExpansionProperty
return System.Windows.DependencyProperty