MapElementStyle Class
In This Article
The style of a map element.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public class MapElementStyle :
TextElementStyle
#Related API Members
The following members return MapElementStyle objects:
#Remarks
An object of MapElementStyle
class can be accessed using the MapLegendBase.ItemStyle property.
#Inheritance
Object
MapElementStyleBase
TextElementStyle
MapElementStyle
See Also