Click or drag to resize

Brush Class

Represents a type which describes how the area is painted or filled.
Inheritance Hierarchy

Namespace: SautinSoft.Excel.Drawing
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2026.7.1
Syntax
public class Brush

The Brush type exposes the following members.

Properties
 NameDescription
Public propertyIsEmpty Gets a value indicating whether the parent shape is filled.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetEmpty Sets an empty fill on the parent shape (shape won't be filled).
Public methodSetPicture(String) Sets a picture fill on the parent shape.
Public methodSetPicture(Stream, ExcelPictureFormat) Sets a picture fill on the parent shape.
Public methodSetSolid Sets a solid color fill on the parent shape.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also