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


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

    Property Value

    The width of the image drawing.
    See Also