ViewportDataDataZoomMouseYDistance Property

Gets or sets distance of the mouse from the top border of the zoomed-out map content.

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

Property Value

Type: Single
A distance in pixels.
See Also