TextColor Property (HoverTableAnimationOptions)
In This Topic
Gets or sets the text color of the table row for the hovering animation.
Syntax
'Declaration
Public Property TextColor As Color
public Color TextColor {get; set;}
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.
See Also