Share via


UITableView.BackgroundView Property

Definition

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

Property Value

Attributes

Applies to