unoplatform/uno

Add support for `UIElement.Translation`, `Rotation` and `Scale`

Offen

#10.674 geöffnet am 06.12.2022

 (2 Kommentare) (2 Reaktionen) (1 zugewiesene Person)C# (837 Forks)batch import
difficulty/medium 🤔good first issuekind/enhancementlow-hanging-🍒no-reproproject/layout 🧱

Repository-Metriken

Stars
 (9.789 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

What would you like to be added:

UIElement.Translation, Rotation and Scale.

Why is this needed:

It's an easier path to RenderTransform.

Notes to contributors

This can be broken down into separate PRs, one for each property.

On UWP the values of these properties are likely combined with the RenderTransform that is set on the element

Contributor Guide