Gets or sets the ToolTip text displayed for the "One Page" toolbar button.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public string OnePageToolTip { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property OnePageToolTip As String |
A string value that represents the ToolTip for the "Last Page" toolbar button.
See Also