INRelativeSetting 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.
Enumerates qualitative increases or decreased quantities.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INRelativeSetting
type INRelativeSetting =
- Inheritance
-
INRelativeSetting
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | A relative setting that could not be resolved. |
Lowest | 1 | The lowest available setting. |
Lower | 2 | Indicates a decreased setting. |
Higher | 3 | Indicates an increased setting. |
Highest | 4 | The highest available setting. |