[]
Returns the value of the specified property as a CSSValue object.
public CSSValue GetValue(eCSSProperty aProperty)
| Type | Name | Description |
|---|---|---|
| eCSSProperty | aProperty | The property to get the value of. |
| Type | Description |
|---|---|
| CSSValue | The CSSValue object containing the specified property's value. |
Retrieves the value for the specified CSS property from this declaration instance and places the value into sValue.
public void GetValue(eCSSProperty aProperty, ref string sValue)
| 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. |