UIViewTintAdjustmentMode 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.
An enumeration whose values specify adjustment modes for TintAdjustmentMode.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIViewTintAdjustmentMode
type UIViewTintAdjustmentMode =
- Inheritance
-
UIViewTintAdjustmentMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Automatic | 0 | Automatic tint adjustment. |
Normal | 1 | Normal tint adjustment. |
Dimmed | 2 | Dimmed tint adjustment. |