unoplatform/uno

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

Open

#10.674 aberto em 6 de dez. de 2022

Ver no GitHub
 (2 comments) (2 reactions) (1 assignee)C# (837 forks)batch import
difficulty/medium 🤔good first issuekind/enhancementlow-hanging-🍒no-reproproject/layout 🧱

Métricas do repositório

Stars
 (9.789 stars)
Métricas de merge de PR
 (Mesclagem média 14d 8h) (130 fundiu PRs em 30d)

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

Guia do colaborador