Back to Devexpress

MapItem Properties

windowsforms-devexpress-dot-xtramap-dot-mapitem-dot-underscore-properties.md

latest3.5 KB
Original Source

MapItem Properties

The base class for various map item types.

NameDescription
AttributesGets the attributes for this map item.
CanMoveGets or sets the value specifying whether the map item can moved while editing the map using the Map Editor.
ClusteredItemsReturns the collection of MapItem objects that are in a cluster presented by this cluster representative.
EnableHighlightingIndicates whether a map item can be highlighted.
EnableSelectionIndicates whether a map item can be selected.
FillGets or sets the color that is used to fill a map item.
HighlightedFillGets or sets the color that specifies how the highlighted map item is painted.
HighlightedStrokeGets or sets the color that specifies how the highlighted outline is painted on a map item.
HighlightedStrokeWidthGets or sets a value that specifies the width of the highlighted stroke on the map item.
IsHitTestVisibleGets or sets a value that defines whether or not a map item can be returned as a hit-testing result.
IsUpdateLockedGets whether a map item has been locked for updating.
LayerProvides access to the map items layer object.
SelectedFillGets or sets the color that specifies how the selected map item is painted.
SelectedStrokeGets or sets the color that specifies how the selected outline is painted on a map item.
SelectedStrokeWidthGets or sets a value that specifies the width of the selected stroke on the map item.
StrokeGets or sets the color that specifies how the map item outline is painted.
StrokeWidthGets or sets the map item’s outline width.
TagGets or sets the object that contains data related to a map item.
ToolTipPatternGets or sets a string which represents the pattern specifying the text to be displayed within a tooltip that appears for a map item.
VisibleGets or sets a value indicating whether or not a map item should be displayed.

See Also

MapItem Class

MapItem Members

DevExpress.XtraMap Namespace