LineBreak Structure
Information about a potential line break position
Definition
Namespace: Avalonia.Media.TextFormatting.Unicode
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public readonly struct LineBreak : IEquatable<LineBreak>
Public Structure LineBreak
Implements IEquatable(Of LineBreak)
[<SealedAttribute>]
type LineBreak =
struct
inherit ValueType
interface IEquatable<LineBreak>
end
| Inheritance | Object → ValueType → LineBreak |
| Implements | IEquatable(LineBreak) |
Constructors
| LineBreak(Int32, Int32, Boolean) | Constructor |
Properties
| PositionMeasure | The break position, before any trailing whitespace |
| PositionWrap | The break position, after any trailing whitespace |
| Required | True if there should be a forced line break here |
Methods
| GetType() | Gets the Type of the current instance. (Inherited from Object) |