Skip to main content
A newer version of this page is available. .

ShapeSimplifierBase.Tolerance Property

Returns a percent of vertices that vector shapes contain after simplification.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public double Tolerance { get; }

Property Value

Type Description
Double

A number that should be in the (0;100) range.

See Also