Skip to main content

TextAnnotationAlignment Enum

Definition

Assembly:Avalonia.Controls.PdfViewer
Package:Avalonia.Controls.PdfViewer

Text alignment for text and note annotations.

public enum TextAnnotationAlignment

Inheritance: Enum -> TextAnnotationAlignment

Fields

NameDescription
CenterCenter-aligned text.
JustifiedJustified text.
LeftLeft-aligned text.
RightRight-aligned text.

Center Field

Center-aligned text.

public Avalonia.Controls.TextAnnotationAlignment Center

Justified Field

Justified text.

public Avalonia.Controls.TextAnnotationAlignment Justified

Left Field

Left-aligned text.

public Avalonia.Controls.TextAnnotationAlignment Left

Right Field

Right-aligned text.

public Avalonia.Controls.TextAnnotationAlignment Right