Right Property
Right
Gets or sets the right character of the pair.
Declaration
public char Right { get; set; }
Public Property Right As Char
Property Value
Type |
Description |
char |
A char value that represents the right character of the character pair.
The default is null.
|
See Also