ISolidBrush Interface

ISolidBrush interface

Defines brush interface of a single color

public interface ISolidBrush : IBrush

Properties

NameDescription
Color { get; }Get color of the brush.

See Also