Back to Devexpress

MapLineEndCapIsFilledMapping Class

windowsforms-devexpress-dot-xtramap-993df545.md

latest2.3 KB
Original Source

MapLineEndCapIsFilledMapping Class

Defines the IsFilled property for the end cap when map line settings are loaded from a data source.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class MapLineEndCapIsFilledMapping :
    MapShapePropertyMappingBase
vb
Public Class MapLineEndCapIsFilledMapping
    Inherits MapShapePropertyMappingBase

Remarks

The following example sets the IsFilled property to false :

csharp
listSourceDataAdapter1.PropertyMappings.Add(new MapLineEndCapIsFilledMapping() { DefaultValue = false });
vb
listSourceDataAdapter1.PropertyMappings.Add(New MapLineEndCapIsFilledMapping() With {
            .DefaultValue = False
})

For more examples on MapLine property mappings, see the demo:

Run Demo: Map Arrows

Inheritance

Object DevExpress.XtraMap.Native.MapItemMappingBase MapItemPropertyMappingBase DevExpress.XtraMap.MapItemPropertyMappingBase<MapShape> MapShapePropertyMappingBase MapLineEndCapIsFilledMapping

See Also

MapLineEndCapIsFilledMapping Members

MapLineEndCapLengthMapping

MapLineEndCapTemplateMapping

MapLineEndCapVisibleMapping

MapLineEndCapWidthMapping

DevExpress.XtraMap Namespace