ICSS2Properties.BorderColor

ICSS2Properties.BorderColor property

The ‘border-color’ property sets the color of the four borders. Values have the following meanings:

color - Specifies a color value.transparent - The border is transparent (though it may have width).

public string BorderColor { get; set; }

Return Value

border-color property

See Also