GraphLink.IsLinkAndNodesVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A link is "visible" when it is visible and its source and target nodes are visible as well.
public:
property bool IsLinkAndNodesVisible { bool get(); };
public bool IsLinkAndNodesVisible { get; }
member this.IsLinkAndNodesVisible : bool
Public ReadOnly Property IsLinkAndNodesVisible As Boolean