UIA_FillColorPropertyId top-level constant

  1. @Deprecated('Use UIA_PROPERTY_ID.UIA_FillColorPropertyId instead')
int const UIA_FillColorPropertyId

Identifies the FillColor property, which specifies the color used to fill the automation element. This attribute is specified as a COLORREF, a 32-bit value used to specify an RGB or RGBA color.

Implementation

@Deprecated('Use UIA_PROPERTY_ID.UIA_FillColorPropertyId instead')
const UIA_FillColorPropertyId = 30160;