Specifies that the string field should be drawn as a text field with a maximum byte count for given encoding. More...
Inherits DrawerPropertyAttribute.
Public Member Functions | |
MaxStringByteCountAttribute (int count, string encoding) | |
Initializes a new instance of the MaxStringByteCountAttribute class with the specified byte count and encoding. More... | |
Properties | |
int | ByteCount [get] |
Maximum byte count for the string. More... | |
string | Encoding [get] |
The encoding of the string. More... | |
Specifies that the string field should be drawn as a text field with a maximum byte count for given encoding.
MaxStringByteCountAttribute | ( | int | count, |
string | encoding | ||
) |
Initializes a new instance of the MaxStringByteCountAttribute class with the specified byte count and encoding.
count | |
encoding |
|
get |
Maximum byte count for the string.
|
get |
The encoding of the string.