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


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