Summary
Scale an
IVisual
.
- Namespace
- Avalonia
.Media - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- IMutableTransform
- ITransform
- Base Types
-
- object
- AvaloniaObject
- Animatable
- Transform
graph BT
Type-->Base0["Transform"]
click Base0 "/api/Avalonia.Media/Transform"
Base0-->Base1["Animatable"]
click Base1 "/api/Avalonia.Animation/Animatable"
Base1-->Base2["AvaloniaObject"]
click Base2 "/api/Avalonia/AvaloniaObject"
Base2-->Base3["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["ScaleTransform"]
class Type type-node
Syntax
public class ScaleTransform : Transform, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink, IMutableTransform, ITransform
Constructors
Name | Summary |
---|---|
ScaleTransform |
Initializes a new instance of the ScaleTransform class.
|
ScaleTransform |
Initializes a new instance of the ScaleTransform class.
|
Events
Name | Type | Summary |
---|---|---|
Changed | EventHandler |
Raised when the transform changes.
Inherited from Transform
|
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
|
|
ScaleXProperty |
Defines the
ScaleX property.
static
|
|
ScaleYProperty |
Defines the
ScaleY property.
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
|
ScaleX | double |
Gets or sets the ScaleX property.
|
ScaleY | double |
Gets or sets the ScaleY property.
|
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 .
|