unoplatform/uno

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

Open

#10,674 创建于 2022年12月6日

在 GitHub 查看
 (2 评论) (2 反应) (1 负责人)C# (837 fork)batch import
difficulty/medium 🤔good first issuekind/enhancementlow-hanging-🍒no-reproproject/layout 🧱

仓库指标

Star
 (9,789 star)
PR 合并指标
 (平均合并 14天 8小时) (30 天内合并 130 个 PR)

描述

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

贡献者指南