RanorexRanorex Documentation
GetStyle Method (name)
NamespacesRanorexWebElementGetStyle(String)
Retrieves a CSS style attribute from an element (by name).
Declaration Syntax
C#Visual BasicVisual C++
public virtual string GetStyle(
	string name
)
Public Overridable Function GetStyle ( _
	name As String _
) As String
public:
virtual String^ GetStyle(
	String^ name
)
Parameters
name (String)
The name of the style.
Return Value
The value of the CSS style attribute.
Exceptions
ExceptionCondition
ActionFailedExceptionThrown if invoking the action failed.

Assembly: Ranorex.Plugin.Web (Module: Ranorex.Plugin.Web) Version: 4.0.3.22982 (4.0.3.22982)