Gets or sets the Brush used to fill highlighted table rows.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush RowHighlightBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RowHighlightBrush As Brush |
An instance of a Brush subclass.
See Also