Allows changing some aspects of how diagram objects are drawn on the screen.
SyntaxVB6
Copy Code
|
|---|
Public Property Get RenderFlags( _ |
C++
Copy Code
|
|---|
public: |
A boolean value.
RemarksMembers of this property provide control over the way some elements of the diagram items are rendered on the screen. The property is indexed via the ERenderFlag enumeration members. Currently there is only one flag available:
Flag | Default value | Description |
|---|---|---|
false | Specifies whether ShapeTemplate decoration lines are drawn for Transparent boxes. |
See Also