ViewportDataDataZoomMouseXDistance Property

Gets or sets distance of the mouse from the left 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 = "ZoomMouseXDistance")]
public float ZoomMouseXDistance { get; set; }

Property Value

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