ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorItemBase Class / Bounds Property

In This Topic
    Bounds Property (C1VectorItemBase)
    In This Topic
    Get the bounds in geographical coordinates.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Bounds As Rect
    public virtual Rect Bounds {get;}
    See Also