Class Transform3DGroup
Represents a transformation that is a composite of the Transform3D children in its Transform3DCollection.
Inherited Members
Namespace: Telerik.Windows.Media.Media3D
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Transform3DGroup : Transform3D, INotifyPropertyChanged
Constructors
Transform3DGroup()
Initializes a new instance of the Transform3DGroup class.
Declaration
public Transform3DGroup()
Fields
ChildrenProperty
Identifies the Children dependency property.
Declaration
public static readonly DependencyProperty ChildrenProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Children
Gets or sets a collection of Transform3D objects. This is a dependency property.
Declaration
public Transform3DCollection Children { get; }
Property Value
Transform3DCollection
|
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. |