Gets or sets a value indicating whether the box frame lines and interior should be painted.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Transparent() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksA transparent box has only its Picture and Text painted. There is no frame drawn around such a box, nor its interior is filled. Possible usages include simulating floating text or images in a FlowChartX document. Optionally, the Shape decoration lines can be drawn for transparent boxes if the respective flag in RenderFlags is enabled.
See Also