SvgPlottingUtilGetPropertyValue Method
Return the value of the specified property - whether it happens to
reside within the element or as a property value within the style.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static string GetPropertyValue(
HtmlNodeItem node,
string propertyName
)
Public Shared Function GetPropertyValue (
node As HtmlNodeItem,
propertyName As String
) As String
No code example is currently available or this language may not be supported.
- node HtmlNodeItem
-
Reference to the node from which to read the property.
- propertyName String
-
Name of the property to read.
String
Value of the specified property, either in the attributes collection,
or as a property within the style attribute, if found. Otherwise,
an empty string.