Gets or sets a value indicating whether to paint the text of items in the overview control.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public bool DisplayText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DisplayText As Boolean |
true to paint text, or false otherwise. The default is true.
See Also