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


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