Share via


UISwitch.UISwitchAppearance.OnImage Property

Definition

The UIImage used to indicate the on state.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage OnImage { [Foundation.Export("onImage", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setOnImage:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("onImage", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setOnImage:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.OnImage : UIKit.UIImage with get, set

Property Value

Attributes

Applies to