Specifies that the string field should be drawn as a text field with a maximum byte count for given encoding.
More...
Inherits DrawerPropertyAttribute.
|
| | MaxStringByteCountAttribute (int count, string encoding) |
| | Initializes a new instance of the MaxStringByteCountAttribute class with the specified byte count and encoding.
|
|
| PropertyAttribute (bool applyToCollection=false) |
|
|
int | ByteCount [get] |
| | Maximum byte count for the string.
|
|
string | Encoding [get] |
| | The encoding of the string.
|
|
new bool | applyToCollection [get] |
|
|
| DrawerPropertyAttribute (bool applyToCollection=false) |
Specifies that the string field should be drawn as a text field with a maximum byte count for given encoding.
◆ MaxStringByteCountAttribute()
| MaxStringByteCountAttribute |
( |
int | count, |
|
|
string | encoding ) |
Initializes a new instance of the MaxStringByteCountAttribute class with the specified byte count and encoding.
- Parameters
-