ActualText Property (ImGearARTText)
In This Topic
Gets or sets the actual text you can see on display.
Syntax
'Declaration
Public Property ActualText As String
'Usage
Dim instance As ImGearARTText
Dim value As String
instance.ActualText = value
value = instance.ActualText
public string ActualText {get; set;}
public: __property string* get_ActualText();
public: __property void set_ActualText(
string* value
);
public:
property String^ ActualText {
String^ get();
void set ( String^ value);
}
Property Value
String value.
See Also