UITableViewCell.IndentationLevel Property

Definition

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.

Applies to