C# Class HelixToolkit.Wpf.Expander3D

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

Méthodes publiques

Свойство Type Description
ExpandOriginProperty System.Windows.DependencyProperty
ExpansionProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ExpandTo ( double value, double animationTime ) : void

Expands to the specified value.

Méthodes protégées

Méthode Description
OnExpansionChanged ( ) : void

The expand.

Private Methods

Méthode 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 méthode

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

OnExpansionChanged() protected méthode

The expand.
protected OnExpansionChanged ( ) : void
Résultat void

Property Details

ExpandOriginProperty public_oe static_oe property

Identifies the ExpandOrigin dependency property.
public static DependencyProperty,System.Windows ExpandOriginProperty
Résultat System.Windows.DependencyProperty

ExpansionProperty public_oe static_oe property

Identifies the Expansion dependency property.
public static DependencyProperty,System.Windows ExpansionProperty
Résultat System.Windows.DependencyProperty