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


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