ISolidBrush Interface
Defines brush interface of a single color

Namespace: Aspose.Html.Drawing
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public interface ISolidBrush : IBrush

The ISolidBrush type exposes the following members.

Properties
  NameDescription
Public propertyColor
Get color of the brush.
Public propertyType
Get type of brush;
(Inherited from IBrush.)
See Also