Table of Contents

Class Expander3D

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

A visual element that translates all children relative to the specified origin.

public class Expander3D : ModelVisual3D, IAnimatable, IAddChild
Inheritance
Expander3D
Implements
Inherited Members
Extension Methods

Fields

ExpandOriginProperty

Identifies the ExpandOrigin dependency property.

public static readonly DependencyProperty ExpandOriginProperty

Field Value

DependencyProperty

ExpansionProperty

Identifies the Expansion dependency property.

public static readonly DependencyProperty ExpansionProperty

Field Value

DependencyProperty

Properties

ExpandOrigin

Gets or sets the origin of the expansion.

public Point3D? ExpandOrigin { get; set; }

Property Value

Point3D?

The expand origin.

Expansion

Gets or sets the expansion factor.

public double Expansion { get; set; }

Property Value

double

The expansion.

Methods

ExpandTo(double, double)

Expands to the specified value.

public void ExpandTo(double value, double animationTime)

Parameters

value double

The value.

animationTime double

The animation time.

OnExpansionChanged()

The expand.

protected virtual void OnExpansionChanged()