EnumHtmlStyleBox
CSS2 box formatting (Padding, margin..etc)
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Assembly:ArtOfTest.WebAii.dll
Syntax:
public enum HtmlStyleBox
Fields
BorderBottom
Style is border bottom.
BorderBottomColor
Style is border bottom color.
BorderBottomStyle
Style is border bottom style.
BorderBottomWidth
Style is border bottom width.
BorderColor
Style is border color.
BorderLeft
Style is border left.
BorderLeftColor
Style is border left color.
BorderLeftStyle
Style is border left style.
BorderLeftWidth
Style is border left width.
BorderRight
Style is border right.
BorderRightColor
Style is border right color.
BorderRightStyle
Style is border right style.
BorderRightWidth
Style is border right width.
BorderStyle
Style is border style.
BorderTopColor
Style is border top color.
BorderTopStyle
Style is border top style.
BorderTopWidth
Style is border top width.
BorderWidth
Style is border width.
MarginBottom
Style is margin bottom.
MarginLeft
Style is margin left.
MarginRight
Style is margin right
PaddingBottom
Style is padding bottom.
PaddingLeft
Style is padding left.
PaddingRight
Style is padding right.
PaddingTop
Style is padding top.