Search
ShapeToolBar.ShowText Property
See Also
 





Gets or sets a value indicating whether to show the DisplayName of the shapes as toolbar button titles.

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

 Syntax

C#  Copy Code

public bool ShowText { get; set; }

Visual Basic  Copy Code

Public Property ShowText As Boolean

 Property Value

true to show the DisplayName of the shapes; otherwise, false. The default is false.

 See Also