次の方法で共有


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

既定値は 0 (インデントなし) です。

属性

注釈

インデントの各レベルの幅は、プロパティによって IndentationWidth 決まります。

適用対象