Click or drag to resize

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
Syntax
VB
Public Enumeration mcDisplayedObjectsSetColorsFlags
Members
  Member nameValueDescription
mcdoscSetNoColor0No colors are set
mcdoscSetBorderColor1BorderColor is set
mcdoscSetFillColor2FillColor is set
mcdoscSetLabelColor4TextColor of any label is set
mcdoscSetAllColors7BorderColor, FillColor and TextColor are all set (the default)
See Also