Back to Devexpress

MapRectangleSettings Class

wpf-devexpress-dot-xpf-dot-map-205537fc.md

latest1.9 KB
Original Source

MapRectangleSettings Class

Contains settings used to generate map rectangles.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public class MapRectangleSettings :
    MapItemSettings
vb
Public Class MapRectangleSettings
    Inherits 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.

Inheritance

Object DispatcherObject DependencyObject Freezable MapDependencyObject MapItemSettingsBase MapItemSettings MapRectangleSettings

See Also

MapRectangleSettings Members

DevExpress.Xpf.Map Namespace