unoplatform/uno

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

Open

#10 674 ouverte le 6 déc. 2022

Voir sur GitHub
 (2 commentaires) (2 réactions) (1 assigné)C# (837 forks)batch import
difficulty/medium 🤔good first issuekind/enhancementlow-hanging-🍒no-reproproject/layout 🧱

Métriques du dépôt

Stars
 (9 789 stars)
Métriques de merge PR
 (Merge moyen 14j 8h) (130 PRs mergées en 30 j)

Description

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

Guide contributeur