UITableView.UITableViewAppearance.SectionIndexBackgroundColor Property

Definition

Gets or sets the background color for section index.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIColor SectionIndexBackgroundColor { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("sectionIndexBackgroundColor", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setSectionIndexBackgroundColor:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.SectionIndexBackgroundColor : UIKit.UIColor with get, set

Property Value

Attributes

Applies to