CssTextAlignProperty sealed class CssTextAlignProperty : CssProperty, ICssTextAlignProperty, ICssProperty Information can be found on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/text-align Documentation Code public HorizontalAlignment State { get; } Gets the selected horizontal alignment mode. public void SetState(HorizontalAlignment mode)