Summary
Information about a potential line break position
- Namespace
- Avalonia
.Media .TextFormatting .Unicode - Base Types
-
- object
- ValueType
graph BT
Type-->Base0["ValueType"]
Base0-->Base1["object"]
Type["LineBreak"]
class Type type-node
Syntax
[DebuggerDisplay("{PositionMeasure}/{PositionWrap} @ {Required}")]
public readonly struct LineBreak : ValueType
Attributes
Type | Description |
---|---|
Debugger |
Constructors
Name | Summary |
---|---|
LineBreak |
Constructor |
Properties
Name | Value | Summary |
---|---|---|
PositionMeasure | int |
The break position, before any trailing whitespace
|
PositionWrap | int |
The break position, after any trailing whitespace
|
Required | bool |
True if there should be a forced line break here
|