Shape.GeometryTransform Property

Definition

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

public:
 virtual property System::Windows::Media::Transform ^ GeometryTransform { System::Windows::Media::Transform ^ get(); };
public virtual System.Windows.Media.Transform GeometryTransform { get; }
member this.GeometryTransform : System.Windows.Media.Transform
Public Overridable ReadOnly Property GeometryTransform As Transform

Property Value

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

Applies to