Summary
Represents a transform on an
IVisual
.
- Namespace
- Avalonia
.Media - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- IMutableTransform
- ITransform
- Base Types
-
- object
- AvaloniaObject
- Animatable
- Derived Types
graph BT
Type-->Base0["Animatable"]
click Base0 "/api/Avalonia.Animation/Animatable"
Base0-->Base1["AvaloniaObject"]
click Base1 "/api/Avalonia/AvaloniaObject"
Base1-->Base2["object"]
Type-.->Interface0["IAvaloniaObject"]
click Interface0 "/api/Avalonia/IAvaloniaObject"
Type-.->Interface1["IAvaloniaObjectDebug"]
click Interface1 "/api/Avalonia.Diagnostics/IAvaloniaObjectDebug"
Type-.->Interface2["INotifyPropertyChanged"]
Type-.->Interface3["IValueSink"]
Type-.->Interface4["IMutableTransform"]
click Interface4 "/api/Avalonia.Media/IMutableTransform"
Type-.->Interface5["ITransform"]
click Interface5 "/api/Avalonia.Media/ITransform"
Type["Transform"]
class Type type-node
Derived0["MatrixTransform"]-->Type
click Derived0 "/api/Avalonia.Media/MatrixTransform"
Derived1["TransformGroup"]-->Type
click Derived1 "/api/Avalonia.Media/TransformGroup"
Derived2["SkewTransform"]-->Type
click Derived2 "/api/Avalonia.Media/SkewTransform"
Derived3["RotateTransform"]-->Type
click Derived3 "/api/Avalonia.Media/RotateTransform"
Derived4["TranslateTransform"]-->Type
click Derived4 "/api/Avalonia.Media/TranslateTransform"
Derived5["ScaleTransform"]-->Type
click Derived5 "/api/Avalonia.Media/ScaleTransform"
Syntax
public abstract class Transform : Animatable, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink, IMutableTransform, ITransform
Events
Name | Type | Summary |
---|---|---|
Changed | EventHandler |
Raised when the transform changes.
|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
ClockProperty |
Defines the
Clock property.
Inherited from Animatable
static
|
|
TransitionsProperty |
Defines the
Transitions property.
Inherited from Animatable
static
|
Properties
Name | Value | Summary |
---|---|---|
Clock | IClock |
Gets or sets the clock which controls the animations on the control.
Inherited from Animatable
|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
this[ |
object |
Gets or sets the value of a
AvaloniaProperty .
Inherited from AvaloniaObject
|
this[ |
IBinding |
Gets or sets a binding for a
AvaloniaProperty .
Inherited from AvaloniaObject
|
Transitions | Transitions? |
Gets or sets the property transitions for the control.
Inherited from Animatable
|
Value | Matrix |
Gets the transform's
Matrix .
|