Shape.GeometryTransform Property

Definition

Gets a value that represents a Transform that is applied to the geometry of a Shape before it is drawn.

public:
 property Transform ^ GeometryTransform { Transform ^ get(); };
Transform GeometryTransform();
public Transform GeometryTransform { get; }
var transform = shape.geometryTransform;
Public ReadOnly Property GeometryTransform As Transform
<object>
  <object.GeometryTransform>
    singleTransform
  </object.GeometryTransform>
</object>

Property Value

A Transform that is applied to the geometry of a Shape before it is drawn.

Applies to