Property FillPatternColor. Call IUIAutomationStylesPattern::get_CurrentFillPatternColor. Return int, the color of the pattern used to fill an element in a document. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iu
(self)
| 4351 | |
| 4352 | @property |
| 4353 | def FillPatternColor(self) -> int: |
| 4354 | """ |
| 4355 | Property FillPatternColor. |
| 4356 | Call IUIAutomationStylesPattern::get_CurrentFillPatternColor. |
| 4357 | Return int, the color of the pattern used to fill an element in a document. |
| 4358 | Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationstylespattern-get_currentfillpatterncolor |
| 4359 | """ |
| 4360 | return self.pattern.CurrentFillPatternColor |
| 4361 | |
| 4362 | @property |
| 4363 | def Shape(self) -> str: |
nothing calls this directly
no outgoing calls
no test coverage detected