ViewportDataDataZoomMouseYDistance Property

Gets or sets distance of the mouse from the top border of the map.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(EmitDefaultValue = true, Name = "ZoomMouseYDistance")]
public float ZoomMouseYDistance { get; set; }

Property Value

Type: Single
The distance from the mouse Y location during zoom interaction to top border of the map.
See Also