Back to Devexpress

DrawMapShapeEventArgs Members

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

latest5.7 KB
Original Source

DrawMapShapeEventArgs Members

Provides data for the MapControl.DrawMapItem event if the MapShape class descendant should be drawn.

Constructors

NameDescription
DrawMapShapeEventArgs(MapShape, MapItemsLayerBase)Initializes a new instance of the DrawMapShapeEventArgs class with the specified map pointer and layer.
DrawMapShapeEventArgs(MapShape)Initializes a new instance of the DrawMapShapeEventArgs class with the specified settings.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
ActualTitleGets or sets the title of a map shape used to draw the map shape.
FillGets or sets the color that is used to fill a map item when the MapControl.DrawMapItem event is fired. Inherited from DrawMapItemEventArgs.
IsHighlightedGets a value that indicates whether a map item is highlighted. Inherited from DrawMapItemEventArgs.
IsSelectedGets a value that indicates whether a map item is selected. Inherited from DrawMapItemEventArgs.
ItemGets a map item to be represented in the map control. Inherited from MapItemEventArgs.
LayerGets an object representing a map items layer when handling the MapControl.DrawMapItem event. Inherited from DrawMapItemEventArgs.
StrokeGets or sets the Color that specifies how the map item outline is painted. Inherited from DrawMapItemEventArgs.
StrokeWidthGets or sets a value that specifies the width of the stroke on the current map item. Inherited from DrawMapItemEventArgs.
TitleColorGets or sets the color used to draw the map shape’s title.
TitleGlowColorGets or sets the glow color of a map shape used to draw the shape.

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 a string that represents the current object. Inherited from Object.

See Also

DrawMapShapeEventArgs Class

DevExpress.XtraMap Namespace