Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / TopOffset Property


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