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