다음을 통해 공유


AppNotificationTextProperties.MaxLines 속성

정의

연결된 텍스트에 걸쳐야 하는 최대 줄 수를 가져오거나 설정합니다.

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

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

속성 값

Int32

int

최대 줄 수입니다.

적용 대상