UIView.TintAdjustmentMode Property

Definition

The tint adjustment applied to this UIView or one of its parent views.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIViewTintAdjustmentMode TintAdjustmentMode { [Foundation.Export("tintAdjustmentMode")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setTintAdjustmentMode:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.TintAdjustmentMode : UIKit.UIViewTintAdjustmentMode with get, set

Property Value

Attributes

Applies to

See also