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

In This Topic
    AspectRatio Property
    In This Topic
    Gets or sets the aspect (width to height) ratio of the target LayoutRect.

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

    Syntax
    'Declaration
     
    Public Property AspectRatio As System.Single
    public System.float AspectRatio {get; set;}
    See Also