property Item.ForeColor(Type as RadialItemsEnum) as Color
Retrieves or sets a value that indicates the item's foreground color.

TypeDescription
Type as RadialItemsEnum A RadialItemsEnum expression that indicates the part of the item to be changed.
Color A Color expression that specifies the item's foreground color. If -1, the control's ForeColor property indicates the item's foreground color.
By default, the ForeColor property is -1, which indicates that the control's ForeColor property specifies the item's foreground color. The ForeColor property specifies the item's foreground color. The Caption property retrieves or sets a value that indicates the item's caption. You can specify the caption of the item using the Caption parameter of the Add method. The Image property assigns an icon/picture to the item.