Adds an Aero effect to this table.
SyntaxVB6
Copy Code
|
|---|
Public Sub AddAeroEffect( _ |
C++
Copy Code
|
|---|
public: |
The color of the shade.
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 table:
VB6
Copy Code
|
|---|
| table.AddAeroEffect 0.5, vbBlack, vbWhite |
See Also