CSSBorderRadiusPartProperty public class CSSBorderRadiusPartProperty : CSSProperty Basis for all elementary border-radius properties. Documentation Code public CSSCalcValue HorizontalRadius { get; } Gets the horizontal radius of the ellipse. public CSSCalcValue VerticalRadius { get; } Gets the vertical radius of the ellipse.