Table of Contents

Enum BaselineAlignment

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

Enum specifying where a box should be positioned Vertically

public enum BaselineAlignment

Fields

Baseline = 3

Align at baseline

Bottom = 2

Align bottom toward bottom of container

Center = 1

Center vertically

Subscript = 6

Align baseline to subscript position of container

Superscript = 7

Align baseline to superscript position of container

TextBottom = 5

Align toward text's bottom of container

TextTop = 4

Align toward text's top of container

Top = 0

Align top toward top of container