ViewportDataZoomMouseYDistance Property  | 
 
            Gets or sets distance of the mouse from the top border of the zoomed-out map content.
            
 
    Namespace: 
   Dundas.BI.Utility.Map
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic float ZoomMouseYDistance { get; set; }Public Property ZoomMouseYDistance As Single
	Get
	Set
public:
property float ZoomMouseYDistance {
	float get ();
	void set (float value);
}member ZoomMouseYDistance : float32 with get, set
Property Value
Type: 
Single
            A distance in pixels.
            
See Also