Visibility enumeration
Visibility enumeration
Specifies the visibility of SVG elements.
The Visibility type exposes the following members:
Fields
| Field | Description |
|---|---|
| VISIBLE | The element is visible. |
| HIDDEN | The element is not visible, but still affects layout. |
| COLLAPSE | The element is not visible and does not affect layout. |
See Also
- module
aspose.svg.builder