ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearLayout Interface / AspectRatio Property




In This Topic
    AspectRatio Property (IImGearLayout)
    In This Topic
    Gets image aspect ratio attributes.
    Syntax
    'Declaration
     
    ReadOnly Property AspectRatio As IImGearAspectRatio
    'Usage
     
    Dim instance As IImGearLayout
    Dim value As IImGearAspectRatio
     
    value = instance.AspectRatio
    IImGearAspectRatio AspectRatio {get;}
    __property IImGearAspectRatio* get_AspectRatio();
    property IImGearAspectRatio^ AspectRatio {
       IImGearAspectRatio^ get();
    }

    Property Value

    IImGearAspectRatio interface.
    See Also