RotateTransform

Inheritance: Transform AvaloniaUI documentation: RotateTransform API

Constructors

Properties

Usages

VisualBrush(...)
    .transform(
        RotateTransform(45.)
    )

Get access to the underlying RotateTransform

let transformRef = ViewRef<RotateTransform>()

VisualBrush(...)
    .transform(
        RotateTransform(45.)
            .reference(transformRef)
    )

Last updated