ComponentType Enumeration
Summary
Defines the size unit to be considered when processing the window size.
Syntax
[JsonConverterAttribute(System.Type)]
public enum ComponentType
<JsonConverterAttribute(System.Type)>
Public Enum ComponentType
public:
[JsonConverterAttribute(System::Type)]
enum class ComponentType sealed
Members
Value |
Member |
Description |
0 |
Characters |
Measure by single characters |
1 |
Words |
Measure by words |
2 |
TextLines |
Measure by lines |