ScaleTransform
Inheritance: Transform AvaloniaUI documentation: ScaleTransform API
Constructors
Constructors
Description
ScaleTransform(scaleX: float, scaleY: float)
Creates a ScaleTransform widget.
ScaleTransform(scaleX: float)
Creates a ScaleTransform widget.
ScaleTransform()
Creates a ScaleTransform widget.
Properties
Properties
Description
reference(value: ViewRef)
Link a ViewRef to access the direct ScaleTransform control instance.
Usages
Get access to the underlying ScaleTransform
Last updated