MapAntiAliasing Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the anti-aliasing types for the map.
public enum class MapAntiAliasing
public enum MapAntiAliasing
type MapAntiAliasing =
Public Enum MapAntiAliasing
- Inheritance
-
MapAntiAliasing
Fields
Name | Value | Description |
---|---|---|
All | 0 | Represents All the anti-aliasing type. |
None | 1 | Represents the No anti-aliasing type. |
Text | 2 | Represents the Text anti-aliasing type. |
Graphics | 3 | Represents the Graphics anti-aliasing type. |