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