PatternFill Class
Contents
[
Hide
]PatternFill class
Encapsulates the object that represents pattern fill format
type PatternFill struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetPattern | Gets or sets the fill pattern type |
| SetPattern | Gets or sets the fill pattern type |
| GetBackgroundColor | Gets or sets the background Color of the Area. |
| SetBackgroundColor | Gets or sets the background Color of the Area. |
| GetBackgroundCellsColor | Gets and sets the foreground CellsColor object. |
| SetBackgroundCellsColor | Gets and sets the foreground CellsColor object. |
| GetForegroundColor | Gets or sets the foreground Color. |
| SetForegroundColor | Gets or sets the foreground Color. |
| GetForegroundCellsColor | Gets and sets the foreground CellsColor object. |
| SetForegroundCellsColor | Gets and sets the foreground CellsColor object. |
| GetForeTransparency | Gets or sets the transparency of foreground color. |
| SetForeTransparency | Gets or sets the transparency of foreground color. |
| GetBackTransparency | Gets or sets the transparency of background color. |
| SetBackTransparency | Gets or sets the transparency of background color. |