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.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static string GetPropertyValue(
	HtmlNodeItem node,
	string propertyName
)

Parameters

node  HtmlNodeItem
Reference to the node from which to read the property.
propertyName  String
Name of the property to read.

Return Value

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.

See Also