Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingSurface Class / SelectionRectangle Property


In This Topic
    SelectionRectangle Property
    In This Topic
    Gets or sets the group selection rectangle.
    Syntax
    'Declaration
     
    
    Public Property SelectionRectangle As Rectangle
    'Usage
     
    
    Dim instance As DrawingSurface
    Dim value As Rectangle
     
    instance.SelectionRectangle = value
     
    value = instance.SelectionRectangle
    public Rectangle SelectionRectangle {get; set;}
    See Also