[]
        
(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
AngleConstraint
Inherited Members

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