MindFusion.Wpf Pack Programmer's Guide
Diagram.AutoHighlightRows Property
See Also
 





Gets or sets whether a table row should be highlighted when the user clicks on it.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AutoHighlightRows { get; set; }

Visual Basic  Copy Code

Public Property AutoHighlightRows As Boolean

 Property Value

true to highlight clicked table rows, otherwise false; the default value is false.

 Remarks

A row is highlighted by setting the HighlightedRow property of a TableNode.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
RowHighlightBrush Property