Default RenderTransform Converter syntax

旧巷老猫 提交于 2019-12-04 10:46:19

As the RenderTransform is a Transform it probably uses the TransformConverter which in turn probably creates a MatrixTransform; from its documentation:

<object property="m11, m12, m21, m22, offsetX, offsetY"/>

I unnecessarily went ahead and checked the code, the converter calls Transform.Parse:

Creates a new Transform from the specified string representation of a transformation matrix.

For more information, see the XAML Attribute Usage section of the MatrixTransform class page.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!