Path.RenderTransform

Path.RenderTransform property

Gets or sets the render transform. Establishes a new coordinate frame for all attributes of the path and for all child elements of the path, such as the geometry defined by the Path.Data property element.

public string RenderTransform { get; set; }

See Also