Solid Edge Framework Type Library
FillColor Property
Description
Sets and returns the color with which to fill the background of an object.
Property type
Read-write property
Syntax
Visual Basic
Public Property FillColor As Long
Remarks
The color is stored as a long integer that is created with the RGB function (red, green, and blue color intensities) or as an integer (between 0 and 16 representing standard colors). Except for a solid fill pattern type, the fill color can be set to none (0). The none setting produces a transparent background. The default is none (0).
See Also

FillStyle Object  | FillStyle Members