Enum
HtmlStyleFont

CSS2 common font styles. (Family, size..etc)

Definition

Namespace:ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum HtmlStyleFont

Fields

Family

The font's family

Declaration

cs-api-definition
Family = 0

Field Value

HtmlStyleFont

NotSet

Infrastructure use only.

Declaration

cs-api-definition
NotSet = 6

Field Value

HtmlStyleFont

Size

The font's size.

Declaration

cs-api-definition
Size = 4

Field Value

HtmlStyleFont

Stretch

The font's stretch.

Declaration

cs-api-definition
Stretch = 5

Field Value

HtmlStyleFont

Style

The font's style

Declaration

cs-api-definition
Style = 1

Field Value

HtmlStyleFont

Variant

The fonts variant.

Declaration

cs-api-definition
Variant = 2

Field Value

HtmlStyleFont

Weight

The font's weight.

Declaration

cs-api-definition
Weight = 3

Field Value

HtmlStyleFont