| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property RawCharacter As Char | |
| C# | |
|---|---|
public char RawCharacter {get;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property char get_RawCharacter(); | |
While the Character property may perform a conversion on characters if the special graphics style is applied to the character, this property always returns the character unconverted.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code