UITableView.SectionIndexTrackingBackgroundColor Property
In this article
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the background color of the index as the application user drags.
[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
This value can be null
.
- Attributes
This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.