iAttributeStyles Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The Styles collection if AttributeType = Style.
Examples

The following element <foo style="height:1px;width:2px;" /> , will contain a NameValueCollection that consists of two items: The first : name=height,value=1px The second : name=width,value=2px

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

public NameValueCollection Styles { get; }

Property Value

Type: NameValueCollection
See Also

Reference