UITableView.UITableViewAppearance.SectionIndexTrackingBackgroundColor Property

Definition

Gets or sets the background color of the table view's index.

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

Property Value

Attributes

Applies to