Back to Devexpress

MapItemStrokeWidthMapping Class

windowsforms-devexpress-dot-xtramap-09529d02.md

latest1.3 KB
Original Source

MapItemStrokeWidthMapping Class

This class allows you to map the MapItem.StrokeWidth property to a data source field.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class MapItemStrokeWidthMapping :
    MapItemPropertyMappingBase<MapItem>
vb
Public Class MapItemStrokeWidthMapping
    Inherits MapItemPropertyMappingBase(Of MapItem)

Inheritance

Object DevExpress.XtraMap.Native.MapItemMappingBase MapItemPropertyMappingBase DevExpress.XtraMap.MapItemPropertyMappingBase<MapItem> MapItemStrokeWidthMapping

See Also

MapItemStrokeWidthMapping Members

DevExpress.XtraMap Namespace