Class TransformGroup
public sealed class TransformGroup : Transform, INotifyPropertyChanged, IMutableTransform, ITransform
- Inheritance
-
TransformGroup
- Implements
- Inherited Members
- Extension Methods
Constructors
TransformGroup()
public TransformGroup()
Fields
ChildrenProperty
Defines the Children property.
public static readonly StyledProperty<Transforms> ChildrenProperty
Field Value
Properties
Children
Gets or sets the children.
[Content]
public Transforms Children { get; set; }
Property Value
- Transforms
The children.
Value
Gets the transform's Matrix.
public override Matrix Value { get; }
Property Value
Methods
OnPropertyChanged(AvaloniaPropertyChangedEventArgs)
Called when a avalonia property changes on the object.
protected override void OnPropertyChanged(AvaloniaPropertyChangedEventArgs change)
Parameters
change
AvaloniaPropertyChangedEventArgsThe property change details.