UITableViewCell.IndentationLevel 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
셀의 들여쓰기 수준을 설정하여 셀 내용의 위치를 이동합니다.
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 결정됩니다.