Search
DiagramBookmark Class
Remarks See Also
 





Represents a saved logical area of interest or landmark zone within a diagram.

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

 Syntax

C#  Copy Code

public class DiagramBookmark : INotifyPropertyChanged

Visual Basic  Copy Code

Public Class DiagramBookmark
    Implements INotifyPropertyChanged

 Remarks

Instances 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 Hierarchy

System.Object
    MindFusion.Diagramming.Wpf.DiagramBookmark

 See Also