Share via


UISwitch.UISwitchAppearance.OffImage Property

Definition

The UIImage used to indicate the off state.

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

Property Value

Attributes

Applies to