SvgPlottingUtilIsVisible Method
Return a value indicating whether the specified node is visible, either
at this level or a parent level.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static bool IsVisible(
HtmlNodeItem node
)
Public Shared Function IsVisible (
node As HtmlNodeItem
) As Boolean
No code example is currently available or this language may not be supported.
- node HtmlNodeItem
-
Reference to the node to inspect.
Boolean
True if the node is visible. Otherwise, false.