共用方式為


UITableViewCell.IndentationLevel 屬性

定義

設定儲存格的縮排層級,移動儲存格內容的位置。

public virtual nint IndentationLevel { [Foundation.Export("indentationLevel")] get; [Foundation.Export("setIndentationLevel:")] set; }
member this.IndentationLevel : nint with get, set

屬性值

System.System.IntPtr System.nativeint

預設值為零, (沒有縮排) 。

屬性

備註

每個縮排層級的寬度取決於 IndentationWidth 屬性。

適用於