CssColumnCountProperty sealed class CssColumnCountProperty : CssProperty, ICssColumnCountProperty, ICssProperty More information available at: https://developer.mozilla.org/en-US/docs/Web/CSS/column-count Documentation Code public int? Count { get; } Gets the number of columns. public void SetCount(int? count)