Share via


UISwitch.UISwitchAppearance.OnTintColor Property

Definition

The tint applied to the background for the on state.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIColor OnTintColor { [Foundation.Export("onTintColor", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setOnTintColor:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("onTintColor", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setOnTintColor:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.OnTintColor : UIKit.UIColor with get, set

Property Value

Attributes

Applies to