BackColor Property (RadialMenuItem)
In This Topic
Gets or sets the background color of this menu item. Empty (default) means that item background specified for the whole menu is used.
Syntax
'Declaration
Public Property BackColor As Color
public Color BackColor {get; set;}
See Also