Skip to main content

ProjectionBase.ScaleX Property

OBSOLETE

This Property is obsolete now.

Gets or sets a value that defines the ratio of map units to degrees of longitude (in radians).

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

[Obsolete]
[Browsable(false)]
public virtual double ScaleX { get; set; }

Property Value

Type Description
Double

A Double value.

See Also