Label.Text 속성

정의

레이블의 텍스트를 가져오거나 설정합니다. 이는 바인딩 가능 속성입니다.

public string Text { get; set; }
member this.Text : string with get, set

속성 값

String Label 내부에 표시할 값입니다.

설명

Text를 null이 아닌 값으로 설정하면 FormattedText 속성이 null로 설정됩니다.

적용 대상