Back to Devexpress

LayerBase.Bounds Property

wpf-devexpress-dot-xpf-dot-map-dot-layerbase-86e3d739.md

latest1.1 KB
Original Source

LayerBase.Bounds Property

Gets or sets the bounds of the map layer.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public CoordPointCollection Bounds { get; set; }
vb
Public Property Bounds As CoordPointCollection

Property Value

TypeDescription
CoordPointCollection

A CoordPointCollection object containing a collection of points that define the bounds of the layer.

|

See Also

LayerBase Class

LayerBase Members

DevExpress.Xpf.Map Namespace