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


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