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.

Namespace:  System.Windows.Shapes
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Overridable ReadOnly Property GeometryTransform As Transform
public virtual Transform GeometryTransform { get; }
<object>
  <object.GeometryTransform>
    singleTransform
  </object.GeometryTransform>
</object>

XAML Values

Property Value

Type: System.Windows.Media..::.Transform
A Transform that is applied to the geometry of a Shape prior to when it is drawn.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Shape Class

System.Windows.Shapes Namespace