Search
MiniMap.ShowBookmarks Property
See Also
 





Gets or sets a value indicating whether to show bookmarks overlay in the minimap.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool ShowBookmarks { get; set; }

Visual Basic  Copy Code

Public Property ShowBookmarks As Boolean

 Property Value

true to show bookmarks overlay, or false otherwise. The default value is true.

 See Also