Table of Contents

Class TransformGroup

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll
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

StyledProperty<Transforms>

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

Matrix

Methods

OnPropertyChanged(AvaloniaPropertyChangedEventArgs)

Called when a avalonia property changes on the object.

protected override void OnPropertyChanged(AvaloniaPropertyChangedEventArgs change)

Parameters

change AvaloniaPropertyChangedEventArgs

The property change details.