ICSSStyleDeclarationGetPropertyValue Method |
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
Namespace:
Aspose.Svg.Dom.Css
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.5
Syntaxstring GetPropertyValue(
string propertyName
)
Function GetPropertyValue (
propertyName As String
) As String
String^ GetPropertyValue(
String^ propertyName
)
abstract GetPropertyValue :
propertyName : string -> string
Parameters
- propertyName
- Type: SystemString
Name of the property.
Return Value
Type:
StringReturns property value
See Also