Visibility enumeration

Visibility enumeration

Specifies the visibility of SVG elements.

The Visibility type exposes the following members:

Fields

FieldDescription
VISIBLEThe element is visible.
HIDDENThe element is not visible, but still affects layout.
COLLAPSEThe element is not visible and does not affect layout.

See Also