Defines brush interface of a single color
Namespace: Aspose.Html.DrawingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic interface ISolidBrush : IBrush
Public Interface ISolidBrush
Inherits IBrush
public interface class ISolidBrush : IBrush
type ISolidBrush =
interface
interface IBrush
end
The ISolidBrush type exposes the following members.
Properties
| Name | Description |
---|
 | Color |
Get color of the brush.
|
 | Type |
Get type of brush;
(Inherited from IBrush.) |
See Also