HtmlStyleBox Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
CSS2 box formatting (Padding, margin..etc)

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public enum HtmlStyleBox
Members

  Member nameValueDescription
MarginTop0 Style is margin top
MarginRight1 Style is margin right
MarginBottom2 Style is margin bottom.
MarginLeft3 Style is margin left.
Margin4 Style is margin.
PaddingTop5 Style is padding top.
PaddingRight6 Style is padding right.
PaddingBottom7 Style is padding bottom.
PaddingLeft8 Style is padding left.
Padding9 Style is padding.
BorderTopWidth10 Style is border top width.
BorderRightWidth11 Style is border right width.
BorderBottomWidth12 Style is border bottom width.
BorderLeftWidth13 Style is border left width.
BorderWidth14 Style is border width.
BorderTopColor15 Style is border top color.
BorderRightColor16 Style is border right color.
BorderBottomColor17 Style is border bottom color.
BorderLeftColor18 Style is border left color.
BorderColor19 Style is border color.
BorderStyle20 Style is border style.
BorderTopStyle21 Style is border top style.
BorderRightStyle22 Style is border right style.
BorderBottomStyle23 Style is border bottom style.
BorderLeftStyle24 Style is border left style.
BorderTop25 Style is border top.
BorderRight26 Style is border right.
BorderBottom27 Style is border bottom.
BorderLeft28 Style is border left.
Border29 Style is border.
NotSet30 Infrastructure use only.
See Also

Reference