Skip to main content

JustificationProperties Class

Definition

Assembly:Avalonia.Base
Package:Avalonia
public class JustificationProperties

Inheritance: object -> JustificationProperties

Methods

NameDescription
JustifyJustifies 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

NameDescription
WidthGets the width in which the range is justified.

Width Property

Gets the width in which the range is justified.

public double Width { get; set; }