ICSSStyleDeclarationGetPropertyCSSValue Method |
Used to retrieve the object representation of the value of a CSS property if it has been explicitly set within this declaration block. This method returns null if the property is a shorthand property. Shorthand property values can only be accessed and modified as strings, using the getPropertyValue and setProperty methods.
Namespace:
Aspose.Svg.Dom.Css
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.4
SyntaxCSSValue GetPropertyCSSValue(
string propertyName
)
Function GetPropertyCSSValue (
propertyName As String
) As CSSValue
CSSValue^ GetPropertyCSSValue(
String^ propertyName
)
abstract GetPropertyCSSValue :
propertyName : string -> CSSValue
Parameters
- propertyName
- Type: SystemString
Name of the property.
Return Value
Type:
CSSValueReturns property value
See Also