Skip to main content

MeasureRules.ApproximateValues Property

Gets or sets a value indicating whether it’s necessary to approximate values for measure rules.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public bool ApproximateValues { get; set; }

Property Value

Type Description
Boolean

true, to approximate values; otherwise, false.

See Also