Gets or sets a value indicating whether the printing of anchor point marks is enabled.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool EnableAnchors { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableAnchors As Boolean |
true if anchor point marks should be printed; otherwise, false. The default is false.
See Also