Enum
HtmlStyleColorAndBackground

CSS2 common color and background styles. (Color, backgroundColor..etc)

Definition

Namespace:ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum HtmlStyleColorAndBackground

Fields

Background

Style is a background.

Declaration

cs-api-definition
Background = 6

Field Value

HtmlStyleColorAndBackground

BackgroundAttachment

Style is a background attachment.

Declaration

cs-api-definition
BackgroundAttachment = 4

Field Value

HtmlStyleColorAndBackground

BackgroundColor

Style is a background color.

Declaration

cs-api-definition
BackgroundColor = 1

Field Value

HtmlStyleColorAndBackground

BackgroundImage

Style is a background image.

Declaration

cs-api-definition
BackgroundImage = 2

Field Value

HtmlStyleColorAndBackground

BackgroundPosition

Style is a background position.

Declaration

cs-api-definition
BackgroundPosition = 5

Field Value

HtmlStyleColorAndBackground

BackgroundRepeat

Style is a backgroud repeat.

Declaration

cs-api-definition
BackgroundRepeat = 3

Field Value

HtmlStyleColorAndBackground

Color

Style is a simple color.

Declaration

cs-api-definition
Color = 0

Field Value

HtmlStyleColorAndBackground

NotSet

Infrastructure use only.

Declaration

cs-api-definition
NotSet = 7

Field Value

HtmlStyleColorAndBackground