HtmlStyleDisplay Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
CSS2 common block formatting (Width, height...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 HtmlStyleDisplay
Members

  Member nameValueDescription
Width0 Style is width
Height1 Style is height.
LineHeight2 Style is line height.
VerticalAlign3 Style is vercial alignment.
MinWidth4 Style is minimum width.
MaxWidth5 Style is maximum width.
MinHeight6 Style is minimum height.
MaxHeight7 Style is maximum height.
Display8 Style is display.
Position9 Style is position.
Top10 Style is top.
Left11 Style is left.
Bottom12 Style is bottom.
Right13 Style is right.
Float14 Style is float.
zIndex15 Style is z index.
NotSet16 Infrastructure use only.
See Also

Reference