Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / ImageAlign Class / KeepAspectRatio Property

In This Topic
    KeepAspectRatio Property
    In This Topic
    Gets or sets a value indicating whether the original aspect ratio is preserved when rendering an image. Used when StretchHorz or StretchVert is true.
    Syntax
    'Declaration
     
    Public Property KeepAspectRatio As System.Boolean
    public System.bool KeepAspectRatio {get; set;}
    See Also