Share via


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 결정됩니다.

적용 대상