UISwitch.UISwitchAppearance.OnImage Property

Definition

The UIImage used to indicate the on state.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage OnImage { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("onImage", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setOnImage:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.OnImage : UIKit.UIImage with get, set

Property Value

Attributes

Applies to