Opt whether to display user defined text for the contour.
Read-write property
[Visual Basic .NET] |
---|
Public Property UserText() As String |
[C#] |
---|
public string UserText {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_UserText(); |
[Unmanaged C++] |
---|
public: HRESULT get_UserText( BSTR * pVal ); public: HRESULT put_UserText( BSTR UserText ); |
[Java] |
---|
public String getUserText(); public void setUserText( String ); |