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

In This Topic
    AspectRatioConstraint Class Members
    In This Topic

    The following tables list the members exposed by AspectRatioConstraint.

    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 aspect (width to height) ratio of the target LayoutRect.

    The value must be in the range [0.00001f, 100000f].

     
    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