GetComputedStyle Method
Returns the value of a single style.

C# Syntax

string GetComputedStyle( 
   string styleProperty
)

Parameters

styleProperty
The style property for the value to retrieve.

Return Value

The value of the specified style (null if the style property does not exist).