Share via


UITableView.SectionIndexBackgroundColor Property

Definition

Gets or sets the background color for section index.

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

Property Value

Attributes

Applies to