MapAntiAliasings 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 MapAntiAliasings
public enum MapAntiAliasings
type MapAntiAliasings =
Public Enum MapAntiAliasings
- Inheritance
-
MapAntiAliasings
Fields
Name | Value | Description |
---|---|---|
All | 0 | Represents the All 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. |