(self, solidFill)
| 335 | """Provides access to fill properties such as color for solid fills.""" |
| 336 | |
| 337 | def __init__(self, solidFill): |
| 338 | super(_SolidFill, self).__init__() |
| 339 | self._solidFill = solidFill |
| 340 | |
| 341 | @lazyproperty |
| 342 | def fore_color(self): |