xcFrame Property Help Version 1.2.1
| xcFrame Main Menu | |
Worldwide Productions Inc. |
|
| Data Type: | Long Integer or OLE_COLOR |
| Description: | Return or Set the color of the frame background. |
| Example: | object.xcBackColor = RGB(0,0,0) |
| Data Type: | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Return or Set the the draw mode for the bevel.
This option allows for many differnt effects from beveled background to
phycadelic beveled edges. NOTE: The pen is the beveled edge.
|
||||||||||||||||||||||||||||||||||||||||||||||||
| Example: | object.xcGradiantType = 0 |
| Data Type: | Picture Object |
| Description: | Return or Set the picture that will be visible in the frame controls background. |
| Example: | object.xcBackPicture = a valid picture file. Remarks A valid picture file can be any of the following file formats.
|
| Data Type: | Long Integer or OLE_COLOR |
| Description: | Return or Set the highlight color of the bevel. |
| Example: | object.xcBevelHighLigh = RGB(255,255,255) |
| Data Type: | Long Integer or OLE_COLOR |
| Description: | Return or Set the shadow of the bevel. |
| Example: | object.xcBevelShadow = RGB(0,0,0) |
| Data Type: | Single |
| Description: | Return or Set the shape parameter of the bevel. The default value of 0.5 gives the bevel a rounded look. A lower value moves the highlight of the bevel toward the outer edges. A higher value moves the highlight of the bevel toward the inner edges. |
| Example: | object.xcBevelShape = 0.5 |
| Data Type: | Integer |
| Description: | Return or Set the number of steps that the bevel will take to produce a shading effect. The property and xcBevelShape work hand-in-hand to produce many different types of bevel looks. |
| Example: | object.xcBevelSteps = 25 |
| Data Type: | Integer |
| Description: | Return or Set whether the bevel is an inner bevel or an outer bevel. With an inner bevel, the background is set towards the screen. With an outer bevel, the background is set away from the screen. |
| Example: | object.xcBevelType = 0 - Inner |
| Data Type: | Integer |
| Description: | Return or Set the thickness of the bevels frame in pixels. |
| Example: | object.xcBevelWidth = 10 |
| Data Type: | Long Integer or OLE_COLOR |
| Description: | Return or Set the first gradiant color |
| Example: | object.xcGradiantColor = RGB(0,0,0) |
| Data Type: | Long Integer or OLE_COLOR |
| Description: | Return or Set the Second gradiant color |
| Example: | object.xcGradiantColor2 = RGB(0,0,0) |
| Data Type: | Boolean data tyoe |
| Description: | Disable or enable the gradiant background. NOTE: if this option is enabled then any back ground pictures will not be show. |
| Example: | object.xcGradiantEnabled = True |
| Data Type: | Integer |
| Description: | Return or Set the number of steps the gradiant will used to change from the first color to the second color. NOTE with small frames this option should be set higher to achieve better results. |
| Example: | object.xcGradiantSteps = 256 |
| Data Type: | Integer |
| Description: | Return or Set the gradiant type (direction).
0 - Diagonal |
| Example: | object.xcGradiantType = 0 |
| Data Type: | Boolean data tyoe |
| Description: | Disable or enable wheather or not the background picture will stretch to the frame size. |
| Example: | object.xcBevelStretchEnabled= True |