开发者

Any way to apply transform to a part of control?

开发者 https://www.devze.com 2023-02-14 03:15 出处:网络
For example, translate a part of control to another place.. is it p开发者_StackOverflow中文版ossible?A Transform can only be applied on whole control or element and not on it\'s parts.

For example, translate a part of control to another place.. is it p开发者_StackOverflow中文版ossible?


A Transform can only be applied on whole control or element and not on it's parts.

What you can do is instead of applying the transform to control itself, apply it to child element.


Sure, just apply the transform to the part of the control you want to transform.

0

精彩评论

暂无评论...
验证码 换一张
取 消