MapUnit(Double, Double) Constructor
In This Article
Initializes a new instance of the MapUnit class with the specified qualitative argument and numerical value.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
x | Double | A Double value which specifies the X position of the map unit. This value is assigned to the Map |
y | Double | A Double value which specifies the Y position of the map unit. This value is assigned to the Map |
See Also