[]
Represents the rotation properties of a shape.
public class ShapeRotation : FormattingBag
Gets or sets the angle, in degrees, by which a shape is rotated around the z-axis.
public float Angle { get; set; }
Gets or sets a value indicating whether a shape is flipped horizontally.
public bool HorizontalFlip { get; set; }
Gets or sets a value indicating whether a shape is flipped vertically.
public bool VerticalFlip { get; set; }