UIKit.UISwitch: Property Members

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

Public Properties

[read-only]
static
AppearanceUISwitch.UISwitchAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
OffImageUIImage. The image to be used to indicate Off.
Onbool. This property returns if the state of the switch is on or off.
OnImageUIImage. The UIImage representing the On state.
OnTintColorUIColor. The tint color to use when the switch is turned on.
ThumbTintColorUIColor. The color used to tint the thumb.