Summary
Constructor
- Namespace
- Avalonia
.Media .TextFormatting .Unicode - Containing Type
- LineBreak
Syntax
public LineBreak(int positionMeasure, int positionWrap, bool required = false)
Parameters
Name | Type | Description |
---|---|---|
positionMeasure | int | The code point index to measure to |
positionWrap | int | The code point index to actually break the line at |
required | bool | True if this is a required line break; otherwise false |
Return Value
Type | Description |
---|---|
void |