ICSS2Properties.Border

ICSS2Properties.Border property

The ‘border’ property is a shorthand property for setting the same width, color, and style for all four borders of a box. Unlike the shorthand ‘margin’ and ‘padding’ properties, the ‘border’ property cannot set different values on the four borders. To do so, one or more of the other border properties must be used.

public string Border { get; set; }

Return Value

border property

See Also