Back to Devexpress

DrawMapSegmentableItemEventArgs Properties

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

latest3.5 KB
Original Source

DrawMapSegmentableItemEventArgs Properties

Contains segment data for the MapPath and MapPie vector items.

NameDescription
ActualTitleGets or sets the title of a map shape used to draw the map shape. Inherited from DrawMapShapeEventArgs.
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.
SegmentsContains the array of the Fill, Stroke, and StrokeWidth values for MapPath or MapPie segments.
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. Inherited from DrawMapShapeEventArgs.
TitleGlowColorGets or sets the glow color of a map shape used to draw the shape. Inherited from DrawMapShapeEventArgs.

See Also

DrawMapSegmentableItemEventArgs Class

DrawMapSegmentableItemEventArgs Members

DevExpress.XtraMap Namespace