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

ImageLayer.EnableAntialiasing Property

Gets or sets a value specifying whether the image layer will be smoothed when it is rendered.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean EnableAntialiasing { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

true if antialiasing is enabled; otherwise, false.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also