Back to Devexpress

MapCallout Members

windowsforms-devexpress-dot-xtramap-dot-mapcallout-dot-underscore-members.md

latest11.4 KB
Original Source

MapCallout Members

The class used to draw a callout on a map.

Constructors

NameDescription
MapCallout()Initializes a new instance of the MapCallout class with default settings.

Fields

NameDescription
DefaultTextAlignment staticSpecifies the default MapPointer.TextAlignment. Currently, the default text alignment is set to TextAlignment.MiddleRight. Inherited from MapPointer.
DefaultTextPadding staticSpecifies the text padding used by default. Inherited from MapPointer.

Properties

NameDescription
AllowHtmlTextGets or sets whether HTML formatting is allowed in the current MapCallout object.
AngleGets or sets the map item’s rotation angle in radians. Inherited from MapPointer.
AttributesGets the attributes for this map item. Inherited from MapItem.
BackgroundDrawingModeGets or sets the states on which the pointer background should be drawn. Inherited from MapPointer.
CanMoveGets or sets the value specifying whether the map item can moved while editing the map using the Map Editor. Inherited from MapItem.
ClusteredItemsReturns the collection of MapItem objects that are in a cluster presented by this cluster representative. Inherited from MapItem.
EnableHighlightingIndicates whether a map item can be highlighted. Inherited from MapItem.
EnableSelectionIndicates whether a map item can be selected. Inherited from MapItem.
FillGets or sets the color that is used to fill a map item. Inherited from MapItem.
FontGets or sets a font used to paint a map pointer’s text. Inherited from MapPointer.
HighlightedFillGets or sets the color that specifies how the highlighted map item is painted. Inherited from MapItem.
HighlightedStrokeOverrides the MapItem.HighlightedStroke property to hide it.
HighlightedStrokeWidthOverrides the MapItem.HighlightedStrokeWidth property to hide it.
HighlightedTextColorGets or sets the color used to display a highlighted map callout’s text.
ImageGets or sets an image that is assigned to a map pointer. Inherited from MapPointer.
ImageIndexGets or sets the image index value of an image assigned to the map pointer. Inherited from MapPointer.
ImageUriGets or sets a URI that specifies the location of an Image file with vector data. Inherited from MapPointer.
IsHitTestVisibleGets or sets a value that defines whether or not a map item can be returned as a hit-testing result. Inherited from MapItem.
IsUpdateLockedGets whether a map item has been locked for updating. Inherited from MapItem.
LayerProvides access to the map items layer object. Inherited from MapItem.
LocationGets or sets the location of a MapPointer object. Inherited from MapPointer.
SelectedFillGets or sets the color that specifies how the selected map item is painted. Inherited from MapItem.
SelectedStrokeOverrides the MapItem.SelectedStroke property to hide it.
SelectedStrokeWidthOverrides the MapItem.SelectedStrokeWidth property to hide it.
SelectedTextColorGets or sets the color used to display a selected map callout’s text.
StrokeOverrides the MapItem.Stroke property to hide it.
StrokeWidthOverrides the MapItem.StrokeWidth property to hide it.
SvgImageGets or sets an SVG image assigned to the map pointer. Inherited from MapPointer.
SvgImageSizeGets or sets the SVG glyph size. Inherited from MapPointer.
SvgPaletteProviderGets or sets a provider used to apply colors depending on the map item state. Inherited from MapPointer.
TagGets or sets the object that contains data related to a map item. Inherited from MapItem.
TextGets or sets the text for a map pointer. Inherited from MapPointer.
TextAlignmentGets or sets the alignment of the text in a map pointer. Inherited from MapPointer.
TextColorGets or sets the color of a text map pointer. Inherited from MapPointer.
TextPaddingGets or sets the padding for text shown for MapPointer class descendants. Inherited from MapPointer.
ToolTipPatternGets or sets a string which represents the pattern specifying the text to be displayed within a tooltip that appears for a map item. Inherited from MapItem.
TransparencyGets or sets the transparency value for the MapPointer. Inherited from MapPointer.
UseAnimationGets or sets whether to play the animation when a location of the map pointer is changed on a map. Inherited from MapPointer.
VisibleGets or sets a value indicating whether or not a map item should be displayed. Inherited from MapItem.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of MapCallout.

See Also

MapCallout Class

DevExpress.XtraMap Namespace