Interface IHasColor
Represents an object that has a color property.
public interface IHasColor
Properties
Color
Gets the color of the object.
Color Color { get; }
Property Value
- Color
Represents an object that has a color property.
public interface IHasColor
Gets the color of the object.
Color Color { get; }