Description
Sets the Text to be rendered to an overlay. Newline characters ('\n') will mark the start of the next line in the text.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Text() As String
|
[C#] |
---|
public string Text {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_Text(); public: __property void set_Text( String __gc ^ );
|
[Unmanaged C++] |
---|
public: HRESULT get_Text( BSTR * pRetVal ); public: HRESULT put_Text( BSTR NewText );
|
[Java] |
---|
public String getText();public void setText( String );
|
See Also