SvgPlottingUtilIsVisible Method

Return a value indicating whether the specified node is visible, either at this level or a parent level.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static bool IsVisible(
	HtmlNodeItem node
)

Parameters

node  HtmlNodeItem
Reference to the node to inspect.

Return Value

Boolean
True if the node is visible. Otherwise, false.

See Also