Skip to main content

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.v23.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 Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also