Search
PreviewOptions.PortraitToolTip Property
See Also
 





Gets or sets the ToolTip text displayed for the "Portrait" toolbar button.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public string PortraitToolTip { get; set; }

Visual Basic  Copy Code

Public Property PortraitToolTip As String

 Property Value

A string that represents the ToolTip for the "Portrait" toolbar button.

 See Also