The properties of UIKit.UISwitch are listed below. For a list of all members, see the UISwitch Members list.
See Also: Inherited members from UIKit.UIControl
| [read-only] static | Appearance | UISwitch.UISwitchAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| OffImage | UIImage. The image to be used to indicate Off. | |
| On | bool. This property returns if the state of the switch is on or off. | |
| OnImage | UIImage. The UIImage representing the On state. | |
| OnTintColor | UIColor. The tint color to use when the switch is turned on. | |
| ThumbTintColor | UIColor. The color used to tint the thumb. |