Alignment
enum Alignment
The list of possible horizontal alignments.
namespace AngleSharp.Dom.Html
{
internal enum Alignment : ushort
{
Bottom,
Middle,
Top,
Left,
Right
}
}