ICSS2Properties.Background

ICSS2Properties.Background property

The ‘background’ property is a shorthand property for setting the individual background properties (i.e., ‘background-color’, ‘background-image’, ‘background-repeat’, ‘background-attachment’ and ‘background-position’) at the same place in the style sheet.

public string Background { get; set; }

Return Value

the background property

Property Value

Gets or sets a shorthand property for setting the individual background properties at the same place in the style sheet.

See Also