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