JustificationProperties Class
Definition
public class JustificationProperties
Methods
| Name | Description |
|---|---|
| Justify | Justifies given text line. |
Justify Method
Justifies given text line.
public void Justify(Avalonia.Media.TextFormatting.TextLine textLine)
Parameters
textLine Avalonia.Media.TextFormatting.TextLine
Text line to collapse.
Properties
| Name | Description |
|---|---|
| Width | Gets the width in which the range is justified. |
Width Property
Gets the width in which the range is justified.
public double Width { get; set; }