다음을 통해 공유


CustomLabel.Text 속성

정의

사용자 지정 레이블 텍스트를 가져오거나 설정합니다.

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string Text { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Text : string with get, set
Public Property Text As String

속성 값

레이블 텍스트를 나타내는 string 값입니다.

특성

설명

합니다 Text 속성의 레이블 텍스트를 가져오거나 설정 합니다.는 CustomLabel 개체입니다.

첫 번째 레이블 행에 대 한 축 레이블을 자동으로 생성 되지만 사용 하 여 재정의할 수 있습니다 CustomLabel 개체입니다. 을 첫 번째 축 행을 따라 사용자 지정 레이블을 지정 하는 경우 전체 첫 행에 대 한 축 레이블을 자동으로 생성 됩니다.

적용 대상