Class Model3DGroup
Allows a developer to apply transformations, animations, or other processes to a group of 3-D models as though they were a single model.
Inherited Members
Namespace: Telerik.Windows.Media.Media3D
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Model3DGroup : Model3D, INotifyPropertyChanged
Constructors
Model3DGroup()
Initializes a new instance of the Model3DGroup class.
Declaration
public Model3DGroup()
Fields
ChildrenProperty
Identifies the Children dependency property.
Declaration
public static readonly DependencyProperty ChildrenProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Bounds
Gets the bounding Rect3D for this Model3D.
Declaration
public override Rect3D Bounds { get; }
Property Value
Rect3D
|
Overrides
Children
Gets or sets a collection of Model3D objects. This is a dependency property.
Declaration
public Model3DCollection Children { get; }
Property Value
Model3DCollection
|
Methods
ChildrenChangedHandler(DependencyObject, DependencyPropertyChangedEventArgs)
Children property changed callback.
Declaration
protected static void ChildrenChangedHandler(DependencyObject source, DependencyPropertyChangedEventArgs eventArgs)
Parameters
System.Windows.DependencyObject
source
Source. |
System.Windows.DependencyPropertyChangedEventArgs
eventArgs
Event Args. |