Interface IHighlightColor
An object that can be highlighted with a specific color in graphical representations.
public interface IHighlightColor
- Extension Methods
Properties
HighlightColor
The color to highlight this object with in graphical representations. System.Drawing.Color.Empty for no highlighting.
Color HighlightColor { get; }
Property Value
- Color