StylusDevice.Name 속성

정의

스타일러스의 이름을 가져옵니다.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

속성 값

스타일의 이름입니다.

예제

다음 예제는 Name 속성입니다.

textbox1.AppendText("Name: " + myStylusDevice.Name + "\n");
textbox1.AppendText("Name: " + myStylusDevice.Name + vbCrLf)

적용 대상