HtmlControlStyles Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Styles collection set on this HtmlControl and persisted in the Html stream. This collection does not contain computed styles.

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

public virtual NameValueCollection Styles { get; }

Property Value

Type: NameValueCollection
A NameValueCollection containing a list of styles defined on this HtmlControl. An empty list is returned if there are no styles defined.
See Also

Reference