Class TransformGroup
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class TransformGroup : Transform
Constructors
| Improve this Doc View SourceTransformGroup()
Initializes a new instance of the TransformGroup class.
Declaration
public TransformGroup()
Fields
| Improve this Doc View SourceChildrenProperty
Identifies the Children dependency property.
Declaration
public static readonly DependencyProperty ChildrenProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceChildren
Gets or sets the collection of child Transform objects.
Declaration
public TransformCollection Children { get; set; }
Property Value
Type | Description |
---|---|
TransformCollection | The collection of child Transform objects. The default is an empty collection. |
Value
Gets the Matrix structure that describes the transformation represented by this TransformGroup.
Declaration
public Matrix Value { get; }
Property Value
Type | Description |
---|---|
Matrix | A composite of the Transform objects in this TransformGroup. |