Class JustificationProperties
- Namespace
- Avalonia.Media.TextFormatting
- Assembly
- Avalonia.Base.dll
public abstract class JustificationProperties
- Inheritance
-
JustificationProperties
- Inherited Members
Constructors
JustificationProperties()
protected JustificationProperties()
Properties
Width
Gets the width in which the range is justified.
public abstract double Width { get; }
Property Value
Methods
Justify(TextLine)
Justifies given text line.
public abstract void Justify(TextLine textLine)
Parameters
textLine
TextLineText line to collapse.