Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / YOffset Property


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