Search
DiagramBookmark.Title Property
See Also
 





Gets or sets the display title of this bookmark.

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

 Syntax

C#  Copy Code

public string Title { get; set; }

Visual Basic  Copy Code

Public Property Title As String

 Property Value

A string specifying the bookmark title.

 Remarks

The MiniMap control displays this title as a tooltip when the mouse pointer hovers over the bookmark pin.

 See Also