Gets or sets whether a table row should be highlighted when the user clicks on it.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool AutoHighlightRows { get; set; } |
Visual Basic Copy Code |
---|
Public Property AutoHighlightRows As Boolean |
true to highlight clicked table rows, otherwise false; the default value is false.
A row is highlighted by setting the HighlightedRow property of a TableNode.
WpfDiagram Programmer's Guide | © 2024 MindFusion |