Skip to main content

MapControl.EnableAntialiasing Property

Gets or sets a value that specifies whether anti-aliasing is enabled for a map control.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool EnableAntialiasing { get; set; }

Property Value

Type Description
Boolean

true, if anti-aliasing is enabled; otherwise, false.

See Also