GraphicContextFillBrush Property |
Sets or gets the brush object that is used to fill the interiors of paths.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic virtual IBrush FillBrush { get; set; }
Public Overridable Property FillBrush As IBrush
Get
Set
public:
virtual property IBrush^ FillBrush {
IBrush^ get ();
void set (IBrush^ value);
}
abstract FillBrush : IBrush with get, set
override FillBrush : IBrush with get, set
Property Value
Type:
IBrush
See Also