Geometry.Transform Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<geometry> <geometry.Transform> singleTransform </geometry.Transform </geometry>
XAML Values
Property Value
Type: System.Windows.Media.TransformThe transformation applied to the Geometry. Note that this value may be a single Transform or a TransformCollection cast as a Transform.
Dependency property identifier field: TransformProperty
Use this property to rotate, scale, skew, or translate the Geometry.
This method returns the identity transformation if the current object has no transformation value. Otherwise, it returns the Transform applied to the current object.
Show: