[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ShapeRotation

Class ShapeRotation

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents the rotation properties of a shape.

public class ShapeRotation : FormattingBag
Inheritance
object
ShapeRotation
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Angle

Gets or sets the angle, in degrees, by which a shape is rotated around the z-axis.

public float Angle { get; set; }

Property Value

float

HorizontalFlip

Gets or sets a value indicating whether a shape is flipped horizontally.

public bool HorizontalFlip { get; set; }

Property Value

bool

VerticalFlip

Gets or sets a value indicating whether a shape is flipped vertically.

public bool VerticalFlip { get; set; }

Property Value

bool