[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.AspectRatioConstraint

Class AspectRatioConstraint

Namespace
GrapeCity.Documents.Layout
Assembly
GcDocs.Imaging.dll

Determines the aspect (width to height) ratio of the target LayoutRect.

public class AspectRatioConstraint : Constraint
Inheritance
AspectRatioConstraint
Inherited Members

Properties

AspectRatio

Gets or sets the aspect (width to height) ratio of the target LayoutRect.

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

public float AspectRatio { get; set; }

Property Value

float