Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GraphicObject Class / Width Property


In This Topic
    Width Property (GraphicObject)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property Width As Double
    'Usage
     
    
    Dim instance As GraphicObject
    Dim value As Double
     
    instance.Width = value
     
    value = instance.Width
    public virtual double Width {get; set;}
    See Also