Skip to main content

LayerBase.Bounds Property

Gets or sets the bounds of the map layer.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public CoordPointCollection Bounds { get; set; }

Property Value

Type Description
CoordPointCollection

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

See Also