TransformationType Enum

TransformationType enumeration

Specifies the type of transformation applied to an SVG element.

public enum TransformationType

Values

NameValueDescription
Translate0Translates (moves) an element by a certain distance.
Scale1Scales an element up or down in size.
Rotate2Rotates an element around a given point.
SkewX3Skews an element along the X-axis.
SkewY4Skews an element along the Y-axis.

See Also