IToolTipManagementMaxPixelDistance Property |
Distance (specified in Pixels) between the current mouse position and a layer object, for which tooltip information should be shown.
Each layer has to interpolate to its own coordinate format, what is meant by the pixel sized distance.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax double MaxPixelDistance { get; set; }
Property MaxPixelDistance As Double
Get
Set
property double MaxPixelDistance {
double get ();
void set (double value);
}
abstract MaxPixelDistance : float with get, set
Property Value
Type:
DoubleSee Also