ActiveReports 8
IMapMarker Interface Members
See Also  Properties 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace : IMapMarker Interface

Glossary Item Box

The following tables list the members exposed by IMapMarker.

Public Properties

 NameDescription
 PropertyActionReturns the action associated to the marker if any, otherwise null.  
 PropertyHiddenReturns the value indicating whether the marker is hidden.  
 PropertyLabelGets the marker label.  
 PropertyLabelPlacementGets the label placement.  
 PropertyMarkerImageGets the marker image.  
 PropertyMarkerStyleGets the marker style.  
 PropertyNameGets the marker name.  
 PropertyOffsetXGets the offset of x-coordinate specifying in pixels.  
 PropertyOffsetYGets the offset of y-coordinate specifying in pixels.  
 PropertySizeGets the marker size.  
 PropertyStyleGets the style.  
 PropertyTooltipGets the tooltip.  
Top

See Also