TextAlignLast
An enumeration with all possible text last alignments.
namespace AngleSharp.Dom.Css
{
public enum TextAlignLast : byte
{
Auto,
Start,
End,
Left,
Right,
Center,
Justify
}
}