AntiAliasingTypes 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.
Specifies the anti-aliasing type for the gauge panel.
public enum class AntiAliasingTypes
public enum AntiAliasingTypes
type AntiAliasingTypes =
Public Enum AntiAliasingTypes
- Inheritance
-
AntiAliasingTypes
Fields
Name | Value | Description |
---|---|---|
All | 0 | The anti-aliasing type is All. |
None | 1 | The anti-aliasing type is None. |
Text | 2 | The anti-aliasing type is Text. |
Graphics | 3 | The anti-aliasing type is Graphics. |