Class Element3DPresenter
- Namespace
- HelixToolkit.WinUI.SharpDX
- Assembly
- HelixToolkit.WinUI.SharpDX.dll
[ContentProperty(Name = "Content")]
public class Element3DPresenter : Element3D, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IDynamicInterfaceCastable, IEquatable<Control>, IDisposable, IVisible
- Inheritance
-
Element3DPresenter
- Implements
-
IWinRTObject
- 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()