Solid Edge Framework Type Library
FillBackground Property
Description
Sets and returns the background color of the referenced object.
Property type
Read-write property
Syntax
Visual Basic
Public Property FillBackground As Long
Remarks
This property is only applicable for patterned backgrounds (as set by the PatternType property). The color is stored in a long integer and is created with the RGB function (red, green, and blue color intensities) or with 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). Fill color 0 (none) is the default; producing a transparent background.
See Also

FillStyle Object  | FillStyle Members