Gets or sets a value indicating whether to show bookmarks overlay in the minimap.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowBookmarks { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowBookmarks As Boolean |
true to show bookmarks overlay, or false otherwise. The default value is true.
See Also