Share via


UINavigationBar.ShadowImage Property

Definition

The shadow image for the navigation bar.

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

Property Value

The default is null, which produces the default shadow image.

Attributes

Applies to