Blazor | ComponentOne
C1.Blazor.Viewer Assembly / C1.Blazor.Viewer.Model Namespace / SearchResult Class / BoundsList Property

In This Topic
    BoundsList Property
    In This Topic
    The bounds list of this.
    Syntax
    'Declaration
     
    
    Public Property BoundsList As Rect()
    public Rect[] BoundsList {get; set;}
    See Also