Share via


UITableView.UITableViewAppearance.SectionIndexTrackingBackgroundColor Property

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIColor SectionIndexTrackingBackgroundColor { [Foundation.Export("sectionIndexTrackingBackgroundColor", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setSectionIndexTrackingBackgroundColor:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIColor? SectionIndexTrackingBackgroundColor { [Foundation.Export("sectionIndexTrackingBackgroundColor", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setSectionIndexTrackingBackgroundColor:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("sectionIndexTrackingBackgroundColor", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setSectionIndexTrackingBackgroundColor:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.SectionIndexTrackingBackgroundColor : UIKit.UIColor with get, set

Property Value

Attributes

Applies to