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
SyntaxPublic Enumeration mcGraphObjFillStyle
Members
| Member name | Value | Description |
---|
| mcgfsBorderNoFill | 0 | Object has a border and is empty. |
| mcgfsBorderFill | 1 | Object has a border and is solid. |
| mcgfsNoBorderFill | 2 | Object is solid but does not have a border. |
| mcgfsNoBorderNoFill | 3 | Object is empty and does not have a border. |
See Also