UITableViewCell.SelectionStyle Property
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 selection style for a cell.
public virtual UIKit.UITableViewCellSelectionStyle SelectionStyle { [Foundation.Export("selectionStyle")] get; [Foundation.Export("setSelectionStyle:")] set; }
member this.SelectionStyle : UIKit.UITableViewCellSelectionStyle with get, set
Default value is Blue.
- Attributes
The selection style determines the color of a cell when it is selected.