Gets or sets a value indicating whether to draw items' text in this view.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public bool DisplayText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DisplayText As Boolean |
See Also