[]
        
(Showing Draft Content)

DDCssLib.CSSDeclaration.GetValue

GetValue Method

GetValue(eCSSProperty)

Returns the value of the specified property as a CSSValue object.

Declaration
public CSSValue GetValue(eCSSProperty aProperty)
Parameters
Type Name Description
eCSSProperty aProperty

The property to get the value of.

Returns
Type Description
CSSValue

The CSSValue object containing the specified property's value.

GetValue(eCSSProperty, ref string)

Retrieves the value for the specified CSS property from this declaration instance and places the value into sValue.

Declaration
public void GetValue(eCSSProperty aProperty, ref string sValue)
Parameters
Type Name Description
eCSSProperty aProperty

The CSS property to retrieve the value for.

string sValue

The string variable to set to the string representation of the specified property's value.