INRelativeSetting Enum

Definition

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

Higher 3

Indicates an increased setting.

Highest 4

The highest available setting.

Lower 2

Indicates a decreased setting.

Lowest 1

The lowest available setting.

Unknown 0

A relative setting that could not be resolved.

Applies to