SolidFill Constructors
| Name | Parameters | Description |
|---|---|---|
| SolidFill(OfficeColor) | color | Initializes a new instance of the SolidFill class with specified settings. |
| SolidFill(SchemeColors) | color | Initializes a new instance of the SolidFill class with specified settings. |
| SolidFill(SystemColors) | color | Initializes a new instance of the SolidFill class with specified settings. |
| SolidFill(Color) | color | Initializes a new instance of the SolidFill class with specified settings. |
See Also