In This Topic
Gets or sets the color of all sides of the border. If different sides of the border have different colors, gets Color.Empty. Setting this property to null does not have any effect.
Syntax
'Declaration
Public Property Color As Color
public Color Color {get; set;}
See Also