ContentPresenter.MaxLines 속성

정의

표시되는 텍스트의 최대 줄을 가져오거나 설정합니다.

public:
 property int MaxLines { int get(); void set(int value); };
int MaxLines();

void MaxLines(int value);
public int MaxLines { get; set; }
var int32 = contentPresenter.maxLines;
contentPresenter.maxLines = int32;
Public Property MaxLines As Integer

속성 값

Int32

int

표시된 텍스트의 최대 줄입니다. 기본값은 "자동" 동작을 나타내는 특수 값인 0입니다. 값은 음수일 수 없습니다.

적용 대상