Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Width Property


In This Topic
    Width Property (IShapeBase)
    In This Topic
    Gets or sets a System.Int32 value that represents the width, in pixels, of the shape.
    Syntax
    'Declaration
     
    
    Property Width As Double
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As Double
     
    instance.Width = value
     
    value = instance.Width
    double Width {get; set;}

    Property Value

    The width of the shape.
    See Also