UITableView.SectionIndexBackgroundColor Property
Definition
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.
The color used for the background of this UITableView's section index when it is not being touched.
[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
(More documentation for this node is coming)
This value can be null
.
- Attributes
Remarks
This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.