Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / AngleConstraint Class / RelativeAngle Property

In This Topic
    RelativeAngle Property
    In This Topic
    Gets or sets the angle of the target LayoutRect relative to the anchor LayoutRect, in degrees.

    Only multiples of 90 degrees are allowed.

    Syntax
    'Declaration
     
    Public Property RelativeAngle As System.Integer
    public System.int RelativeAngle {get; set;}
    See Also