<< Click to Display Table of Contents >> BkgMode |
Sets the background mode. The background is the area inside of an object.
property BkgMode [integer] VPE.BkgMode
read / write; runtime only; also supported by TVPEObject
Possible Values:
ActiveX / VCL |
Value |
Enum |
Comment |
VBKG_SOLID |
0 |
Solid |
solid background color |
VBKG_TRANSPARENT |
1 |
Transparent |
transparent background |
VBKG_GRD_LINE |
2 |
GradientLine |
line gradient background |
VBKG_GRD_RECT |
3 |
GradientRectangle |
rectangular gradient background |
VBKG_GRD_ELLIPSE |
4 |
GradientEllipse |
elliptic gradient background |
Default:
VBKG_TRANSPARENT
Community Edition:
The Community Edition only supports VBKG_SOLID and VBKG_TRANSPARENT.