Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / AngleConstraint Class
Properties

In This Topic
    AngleConstraint Class Members
    In This Topic

    The following tables list the members exposed by AngleConstraint.

    Public Properties
     NameDescription
    Public PropertyGets the source parameter of the anchor LayoutRect. (Inherited from GrapeCity.Documents.Layout.Constraint)
    Public PropertyGets the referenced (anchor) LayoutRect or a null reference (Nothing in Visual Basic) if the owner LayoutView is referenced. (Inherited from GrapeCity.Documents.Layout.Constraint)
    Public PropertyGets or sets the angle of the target LayoutRect relative to the anchor LayoutRect, in degrees.

    Only multiples of 90 degrees are allowed.

     
    Public PropertyGets the target parameter of the target LayoutRect. (Inherited from GrapeCity.Documents.Layout.Constraint)
    Public PropertyGets the target LayoutRect for the constraint. (Inherited from GrapeCity.Documents.Layout.Constraint)
    Top
    See Also