Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ShapeClipboardObject Class / Left Property


In This Topic
    Left Property (ShapeClipboardObject)
    In This Topic
    Gets or sets the near (left) side.
    Syntax
    'Declaration
     
    
    Public Overridable Property Left As Integer
    'Usage
     
    
    Dim instance As ShapeClipboardObject
    Dim value As Integer
     
    instance.Left = value
     
    value = instance.Left
    public virtual int Left {get; set;}
    See Also