Search
RenderOptions.EnableAnchors Property
See Also
 





Gets or sets a value indicating whether the printing of anchor point marks is enabled.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool EnableAnchors { get; set; }

Visual Basic  Copy Code

Public Property EnableAnchors As Boolean

 Property Value

true if anchor point marks should be printed; otherwise, false. The default is false.

 See Also