Gets or sets the display title of this bookmark.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public string Title { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Title As String |
A string specifying the bookmark title.
RemarksThe MiniMap control displays this title as a tooltip when the mouse pointer hovers over the bookmark pin.
See Also