UISwitch.OnTintColor Property

Definition

The tint color to use when the switch is turned on.

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

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Remarks

This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.

Applies to