GaugeAntiAliasings 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 GaugeAntiAliasings
public enum GaugeAntiAliasings
type GaugeAntiAliasings =
Public Enum GaugeAntiAliasings
- Inheritance
-
GaugeAntiAliasings
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. |