MonoTouch.UIKit.UIViewTintAdjustmentMode Enumeration
An enumeration whose values specify adjustment modes for UIView.TintAdjustmentMode.
Syntax
[MonoTouch.ObjCRuntime.Native]
[MonoTouch.ObjCRuntime.Unavailable(MonoTouch.ObjCRuntime.PlatformName.WatchOS, MonoTouch.ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIViewTintAdjustmentMode
[MonoTouch.ObjCRuntime.Unavailable(MonoTouch.ObjCRuntime.PlatformName.WatchOS, MonoTouch.ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIViewTintAdjustmentMode
Members
Member Name | Description |
---|---|
Automatic | Automatic tint adjustment. |
Dimmed | Dimmed tint adjustment. |
Normal | Normal tint adjustment. |
Requirements
Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0
The members of MonoTouch.UIKit.UIViewTintAdjustmentMode are listed below.
See Also: Enum
Public Fields
Automatic | UIViewTintAdjustmentMode. Automatic tint adjustment. | |
Dimmed | UIViewTintAdjustmentMode. Dimmed tint adjustment. | |
Normal | UIViewTintAdjustmentMode. Normal tint adjustment. |