Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / LeftOffset Property


In This Topic
    LeftOffset Property (SpreadShapesContainer)
    In This Topic
    Gets or sets the left offset of the container.
    Syntax
    'Declaration
     
    
    Public Property LeftOffset As Integer
    'Usage
     
    
    Dim instance As SpreadShapesContainer
    Dim value As Integer
     
    instance.LeftOffset = value
     
    value = instance.LeftOffset
    public int LeftOffset {get; set;}
    See Also