Table of Contents

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

double

Methods

Justify(TextLine)

Justifies given text line.

public abstract void Justify(TextLine textLine)

Parameters

textLine TextLine

Text line to collapse.