Search
DiagramNode.ShouldRenderAnchors Method
See Also
 





Determines whether the node should render its anchor points.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected bool ShouldRenderAnchors (
    RenderOptions options
)

Visual Basic  Copy Code

Protected Function ShouldRenderAnchors( _
    options As RenderOptions _
) As Boolean

 Parameters

options
A RenderOptions object providing more information about the current drawing context.

 Return Value

true if anchor points should be rendered; otherwise, false.

 See Also