ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearRectangle Interface / Height Property




In This Topic
    Height Property (IImGearRectangle)
    In This Topic
    Gets the height of the rectangle.
    Syntax
    'Declaration
     
    ReadOnly Property Height As Integer
    'Usage
     
    Dim instance As IImGearRectangle
    Dim value As Integer
     
    value = instance.Height
    int Height {get;}
    __property int get_Height();
    property int Height {
       int get();
    }

    Property Value

    Any integer value.
    See Also