Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / Height Property


In This Topic
    Height Property (ImageDrawing)
    In This Topic
    Gets the height of the image drawing.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property Height As Integer
    'Usage
     
    
    Dim instance As ImageDrawing
    Dim value As Integer
     
    value = instance.Height
    public abstract int Height {get;}

    Property Value

    The height of the image drawing.
    See Also