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
SyntaxC#
Copy Code
|
|---|
public bool ShowText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowText As Boolean |
true to show the DisplayName of the shapes; otherwise, false. The default is false.
See Also