mcDisplayedObjectsSetColorsFlags Enumeration
|
|
Allowed bit values for the McDisplayedObjects.SetColors mcdoscFlags argument
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcDisplayedObjectsSetColorsFlags
Members
| Member name | Value | Description |
---|
| mcdoscSetNoColor | 0 | No colors are set |
| mcdoscSetBorderColor | 1 | BorderColor is set |
| mcdoscSetFillColor | 2 | FillColor is set |
| mcdoscSetLabelColor | 4 | TextColor of any label is set |
| mcdoscSetAllColors | 7 | BorderColor, FillColor and TextColor are all set (the default) |
See Also