[]
Specifies the basic calculable unit of a string.
public enum LengthUnit
Public Enum LengthUnit
Name | Description |
---|---|
Byte | Indicates the calculable unit is a byte when calculate the length of string. |
Char | Indicates the calculable unit is a .Net char when calculate the length of string. |
TextElement | Indicates the calculable unit is a text element when calculate the length of string. |