GetFontWeight Method

Returns the weight of the font.

Syntax

Visual Basic  Public  Function 
GetFontWeight( ) As string
C# public  string 
GetFontWeight( );
Managed C++ public:  string 
GetFontWeight( );
JScript public  function
GetFontWeight( );

Return Value

string.The weight of the font or null.

Applies To

CssCollection

See Also

Internet Explorer WebControls