'Usage
Dim instance As ImGearARTRichText
Dim value As String
instance.Rtf = value
value = instance.Rtf
Property Value
String value.
Remarks
The setter validates if the provided value is a valid RTF-formatted string and
throws the ImGearException with a PARAMETER_HAS_INVALID_VALUE error code if it is not.