This topic has not yet been rated - Rate this topic

Shape.GeometryTransform Property

May 02, 2013

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.
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.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.