unoplatform/uno

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

开放

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

 (2 条评论) (2 个反应) (1 位负责人)C# (837 个派生)batch import
difficulty/medium 🤔good first issuekind/enhancementlow-hanging-🍒no-reproproject/layout 🧱

仓库指标

星标
 (9,789 个星标)
PR 合并指标
 (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

贡献者指南