VerticalAlignment
The list of possible vertical alignments (extended by CSS).
namespace AngleSharp.Dom
{
public enum VerticalAlignment : byte
{
Baseline,
Sub,
Super,
TextTop,
TextBottom,
Middle,
Top,
Bottom
}
}