StripLine.Name 속성

정의

줄무늬의 이름을 가져옵니다.

public:
 property System::String ^ Name { System::String ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public string Name { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Name : string
Public ReadOnly Property Name As String

속성 값

String

줄무늬의 이름을 나타내는 string 값입니다.

특성

적용 대상