ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / ResizeSettings Class / AspectRatio Property

In This Topic
    AspectRatio Property
    In This Topic
    A value that indicates the resizing ratio.
    Syntax
    'Declaration
     
    Public Property AspectRatio As System.Single
    public System.float AspectRatio {get; set;}
    Remarks
    If set to true, resizing is constrained by the original aspect ratio. Otherwise a custom aspect ratio can be specified, such as 9 / 16, or 0.5.
    See Also