Shape.GeometryTransform Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that represents a Transform that is applied to the geometry of a Shape prior to when it is drawn.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object> <object.GeometryTransform> singleTransform </object.GeometryTransform> </object>
XAML Values
Property Value
Type: System.Windows.Media.TransformA Transform that is applied to the geometry of a Shape prior to when it is drawn.
Show: