ToolTipManagementMaxPixelDistance 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 public double MaxPixelDistance { get; set; }
Public Property MaxPixelDistance As Double
Get
Set
public:
virtual property double MaxPixelDistance {
double get () sealed;
void set (double value) sealed;
}
abstract MaxPixelDistance : float with get, set
override MaxPixelDistance : float with get, set
Property Value
Type:
DoubleImplements
IToolTipManagementMaxPixelDistanceSee Also