Adds an Aero effect to this box.
SyntaxVB6
Copy Code
|
|---|
Public Sub AddAeroEffect( _ |
C++
Copy Code
|
|---|
public: |
A float value between 0 and 1 specifying the opacity to apply to the node's background.
The color of the shade.
The color of the inner outline.
RemarksThe Aero effect adds semi-transparency to the node and emphasizes its outline by adding a shade and an inner stroke.
ExampleThe following example applies an Aero effect to a box:
VB6
Copy Code
|
|---|
| box.AddAeroEffect 0.5, vbBlack, vbWhite |
See Also