Defines the size unit to be considered when processing the window size.
[JsonConverterAttribute(System.Type)]
public enum ComponentType
Value | Member | Description |
---|---|---|
0 | None | Measure by same input component type |
1 | Characters | Measure by single characters |
2 | Words | Measure by words |
3 | TextLines | Measure by lines |
4 | TextBlocks | Measure by blocks |