TextColor Property (HoverTableAnimationOptions)
Gets or sets the text color of the table row for the hovering animation.
public Color TextColor {get; set;}
'Declaration
Public Property TextColor As Color
Property Value
A
System.Drawing.Color value that represents the text color of the table row during the hovering animation. Default is
System.Drawing.Color.Black.