Skip to main content

MapItemColorMappingBase.ColorConverter Property

Gets or sets the color converter used by this property mapping class’ descendants.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(null)]
public ColorConverter ColorConverter { get; set; }

Property Value

Type Default Description
ColorConverter null

A ColorConverter object.

See Also