Skip to main content
A newer version of this page is available. .

MapRectangleSettings Class

Contains settings used to generate map rectangles.

Namespace: DevExpress.Xpf.Map

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

Declaration

public class MapRectangleSettings :
    MapItemSettings

The following members return MapRectangleSettings objects:

Remarks

This class introduces the MapRectangleSettings.Height, MapRectangleSettings.Width, MapRectangleSettings.RadiusX and MapRectangleSettings.RadiusX properties, which allow specifying the appearance of all map rectangles generated using these settings.

See Also