Represents a saved logical area of interest or landmark zone within a diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public class DiagramBookmark : INotifyPropertyChanged |
Visual Basic
Copy Code
|
|---|
Public Class DiagramBookmark |
RemarksInstances of this class are stored by the Bookmarks collection of a Diagram. Each bookmark contains coordinates, Title, Brush, Icon, which are persisted with the diagram in XML and JSON formats. These can be used to associate additional metadata with specific sections of flowcharts, floorplans, etc. Bookmarks are rendered automatically by the MiniMap control, and can also be set as data source of standard WPF list or grid components as alternative navigational UI.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Wpf.DiagramBookmark
See Also