Class TransformGroup
Inherited Members
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public sealed class TransformGroup : Transform
Constructors
TransformGroup()
Initializes a new instance of the System.Windows.Media.TransformGroup class.
Declaration
public TransformGroup()
Properties
Children
Gets or sets the System.Windows.Media.TransformCollection that defines this System.Windows.Media.TransformGroup.
Declaration
public List<Transform> Children { get; set; }
Property Value
System.Collections.Generic.List<Transform>
A collection of System.Windows.Media.Transform objects that define this System.Windows.Media.TransformGroup. The default is an empty collection. |
Value
Gets the System.Windows.Media.Matrix structure that describes the transformation represented by this System.Windows.Media.TransformGroup.
Declaration
public override Matrix Value { get; }
Property Value
Matrix
A composite of the System.Windows.Media.Transform objects in this System.Windows.Media.TransformGroup. |