Gets or sets the Brush used to fill highlighted table rows.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Brush RowHighlightBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property RowHighlightBrush As Brush |
An instance of the System.Windows.Media.Brush class. The default is a solid-color brush with RGB = 185,209,234.
WpfDiagram Programmer's Guide | © 2024 MindFusion |