UITableView.UITableViewAppearance.SectionIndexColor Property

Definition

Gets or sets the color used for the index text.

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

Property Value

Attributes

Applies to