Search
FlowChart.RowHighlightColor Property
See Also
 



Gets or sets the color used to fill highlighted table rows.

 Syntax

C#  Copy Code

public virtual uint RowHighlightColor { get; set; }

Visual Basic  Copy Code

Public Overridable Property RowHighlightColor As UInteger

 Property Value

A color value. The default is RGB: 185, 209, 234

 Remarks

Rows indicated by HighlightedRow property of tables are painted using this color.

 See Also