Back to Devexpress

MapItemMappingInfo Members

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

latest3.6 KB
Original Source

MapItemMappingInfo Members

Contains information about the mapping of a map item.

Properties

NameDescription
ImageIndexGets or sets the data field to which a MapPointer.ImageIndex property is bound.
LatitudeGets or sets the data field to which a GeoPoint.Latitude property is bound.
LongitudeGets or sets the data field to which a GeoPoint.Longitude property is bound.
TextGets or sets the data field to which a MapPointer.Text property is bound.
TypeGets or sets the name of the data field that stores the type of the map item.
XCoordinateGets or sets the data field to which a CartesianPoint.X property is bound.
YCoordinateGets or sets the data field to which a CartesianPoint.Y property is bound.

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 MapItemMappingInfo.

See Also

MapItemMappingInfo Class

DevExpress.XtraMap Namespace