Class Element3DPresenter
- Namespace
- HelixToolkit.Wpf.SharpDX
- Assembly
- HelixToolkit.Wpf.SharpDX.dll
public class Element3DPresenter : Element3D, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IDisposable, IVisible
- Inheritance
-
Element3DPresenter
- Implements
- Inherited Members
- Extension Methods
Constructors
Element3DPresenter()
public Element3DPresenter()
Fields
ContentProperty
The content property
public static readonly DependencyProperty ContentProperty
Field Value
Properties
Content
Gets or sets the content.
public Element3D? Content { get; set; }
Property Value
- Element3D
The content.
Methods
OnCreateSceneNode()
Called when [create scene node].
protected override SceneNode OnCreateSceneNode()