[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.AngleConstraint

Class AngleConstraint

Namespace
GrapeCity.Documents.Layout
Assembly
GcDocs.Imaging.dll

Determines the rotation angle of the target LayoutRect.

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

Properties

RelativeAngle

Gets or sets the angle of the target LayoutRect relative to the anchor LayoutRect, in degrees.

Only multiples of 90 degrees are allowed.

public int RelativeAngle { get; set; }

Property Value

int