Applies an Aero effect to all nodes in this flowchart.
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 inner outline.
RemarksThe Aero effect adds semi-transparency to nodes and emphasizes their outlines by adding a shade and an inner stroke.
ExampleThe following example applies an Aero effect to all nodes in the flowchart:
VB6
Copy Code
|
|---|
| fcx.AddAeroEffect 0.5, vbBlack, vbWhite |
See Also