Back to Devexpress

ToolTipInfo Members

wpf-devexpress-dot-xpf-dot-map-dot-tooltipinfo-dot-underscore-members.md

latest4.0 KB
Original Source

ToolTipInfo Members

Contains settings that define the appearance and behavior of built-in map tooltips.

Constructors

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

Properties

NameDescription
ClipReturns the clip region of the tooltip.
ContentTemplateGets the template that defines the presentation of the tooltip’s content, represented by the ToolTipInfo.ToolTipText property. This is a dependency property.
CoordPointReturns the point in the map coordinates where the tooltip is shown.
GeoPointObsolete. Returns the geographical point where the tooltip is shown.
ItemGets the object that contains an item associated with the ToolTip.
LayerReturns a layer for which item the tooltip is shown.
ToolTipPositionGets the tooltip position on a map.
ToolTipTextGets the hint for the map item located at the specified point on a map.
VisibilityGets the current visible state of the map tooltip.

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.

Events

NameDescription
PropertyChangedOccurs every time any of the ToolTipInfo class properties has changed its value.

See Also

ToolTipInfo Class

DevExpress.Xpf.Map Namespace