Enumeration VisibilityMode

Describes the layout of a DOM element in the page when the element's visible property is set to false.

see

{@link http://msdn.microsoft.com/en-us/library/bb397498(v=vs.100).aspx}

Index

Enumeration members

Enumeration members

public collapse: VisibilityMode

The element is not visible, and the space it occupies is collapsed.

public hide: VisibilityMode

The element is not visible, but it occupies space on the page.