'Declaration Public ReadOnly Property Bounds As System.Collections.Generic.List(Of Rect)
'Usage Dim instance As LineItem Dim value As System.Collections.Generic.List(Of Rect) value = instance.Bounds
public System.Collections.Generic.List<Rect> Bounds {get;}