UITableViewCell.IndentationLevel 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.
Sets the indentation level of a cell, shifting the position of the cell's content.
public virtual nint IndentationLevel { [Foundation.Export("indentationLevel")] get; [Foundation.Export("setIndentationLevel:")] set; }
member this.IndentationLevel : nint with get, set
Property Value
System.System.IntPtr
System.nativeint
Default value is zero (no indentation).
- Attributes
Remarks
The width of each level of indentation is determined by IndentationWidth property.