Class Visual3DElementBase
This class supports the RadChart infrastructure and is not intended to be used directly from your code.
Inherited Members
Namespace: Telerik.Windows.Media.Media3D
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class Visual3DElementBase : Visual3D, INotifyPropertyChanged, ITreeElement3D, ITreeNode3D
Constructors
Visual3DElementBase()
Declaration
protected Visual3DElementBase()
Properties
Parent3D
Gets the parent of this UI element.
Declaration
public ITreeNode3D Parent3D { get; }
Property Value
ITreeNode3D
|
Implements
Viewport3D
Gets the viewport this UI element belongs to.
Declaration
public Viewport3D Viewport3D { get; }
Property Value
Viewport3D
|
Implements
Methods
OnAncestor3DChanged(ITreeNode3D, ITreeNode3D)
Called after the parent of the target
is changed.
Declaration
protected abstract void OnAncestor3DChanged(ITreeNode3D target, ITreeNode3D oldParent)
Parameters
ITreeNode3D
target
The element whose parent is changed. |
ITreeNode3D
oldParent
The old parent. |
OnAncestor3DChanging(ITreeNode3D, ITreeNode3D)
Called before the parent of the target
is changed to newParent
.
Declaration
protected abstract void OnAncestor3DChanging(ITreeNode3D target, ITreeNode3D newParent)
Parameters
ITreeNode3D
target
The element whose parent is being changed. |
ITreeNode3D
newParent
The parent that will be set. |