Click or drag to resize

mcGraphObjFillStyle Enumeration

Used in McGraphObj.FillStyle to set/get the appearance of closed objects.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcGraphObjFillStyle
Members
  Member nameValueDescription
mcgfsBorderNoFill0Object has a border and is empty.
mcgfsBorderFill1Object has a border and is solid.
mcgfsNoBorderFill2Object is solid but does not have a border.
mcgfsNoBorderNoFill3Object is empty and does not have a border.
See Also