Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PaintGroupBarBackgroundEventArgs Class / Bounds Property


In This Topic
    Bounds Property (PaintGroupBarBackgroundEventArgs)
    In This Topic
    The boundary of the group bar.
    Syntax
    'Declaration
     
    
    Public Property Bounds As Rectangle
    'Usage
     
    
    Dim instance As PaintGroupBarBackgroundEventArgs
    Dim value As Rectangle
     
    instance.Bounds = value
     
    value = instance.Bounds
    public Rectangle Bounds {get; set;}
    See Also