Gets or sets foreground color of top level group.
[Visual Basic]
Overrides Public Property ForeColor As
Color
[C#]
public override
Color ForeColor {get; set;}
Property Value
System.Drawing.Color
The foreground color of top level group.
This property is read/write.
Remarks
A System.Drawing.Color that represents the foreground color of top level group. The default is Color.Empty, which indicates that this property is not set.
See Also
BaseNavigator Class | EO.Web Namespace