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.v24.1.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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
See Also