CssMinWidthProperty sealed class CssMinWidthProperty : CssProperty, ICssMinWidthProperty, ICssProperty Information can be found on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/min-width Documentation Code public Length? Limit { get; } Gets the minimum height of the element. public void SetLimit(Length mode)