Back to Devexpress

ImageLayer.EnableAntialiasing Property

windowsforms-devexpress-dot-xtramap-dot-imagelayer-8623bcd9.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean EnableAntialiasing { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property EnableAntialiasing As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

true if antialiasing is enabled; otherwise, false.

|

Available values:

NameDescriptionReturn 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

ImageLayer Class

ImageLayer Members

DevExpress.XtraMap Namespace