![]() | TextBillboard.Text Property |
Namespace: DigitalRune.Graphics
The value can be set as a String, a StringBuilder, or a general Object. If it is a general object, the value is converted to its string representation by calling ToString() immediately. (The property internally stores either a String or StringBuilder.)
Depending on the value that was set, the get accessor returns either null, a String, or a StringBuilder.