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
- singleTransform
Exactly one object element for an object that derives from Transform. This is typically one of the transforms defined by XAML: RotateTransform, ScaleTransform, SkewTransform, TranslateTransform, MatrixTransform, TransformGroup. By using TransformGroup here, you can apply multiple transforms by defining child object elements of the TransformGroup. See "XAML Values" section for TransformGroup. Also, custom transforms might derive from MatrixTransform.
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