Gets or sets a value indicating whether the tab navigation buttons. This is a dependency property.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowNavigationButtons { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowNavigationButtons As Boolean |
true to enable tab navigation; otherwise, false. The default is true.
See Also