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