[]
        
(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
object
AspectRatioConstraint
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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