[]
Specifies how the boxes generated by an element are rendered.
public enum SvgVisibility
| Name | Description |
|---|---|
| Collapse | Has the same meaning as 'hidden'. |
| Hidden | The generated box is invisible (fully transparent, nothing is drawn), but still affects layout. |
| Inherit | The property takes the same specified value as the property for the element's parent. |
| Visible | The generated box is visible. |