-
|
I want to change the transform center while scaling, but when I set the property like this '', it tells me 'the property CenterX does not exist on "Avalonia.Media.ScaleTransform"'. But according to the official docment seems it has. Can anyone help me here? |
Beta Was this translation helpful? Give feedback.
Answered by
maxkatz6
Apr 3, 2026
Replies: 1 comment 2 replies
-
|
ScaleTransform/SkewTransform don't have CenterX/CenterY properties, only RotateTransform has. It seems to be a copy-paste error in the doc. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Sun-Kevin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ScaleTransform/SkewTransform don't have CenterX/CenterY properties, only RotateTransform has. It seems to be a copy-paste error in the doc.