[]
Specifies whether an element (and all its descendants) is a part of the rendering tree.
public enum SvgDisplay
Block = 2
Corresponds to the 'block' value.
Inherit = 15
Corresponds to the 'inherit' value.
Inline = 1
Corresponds to the 'inline' value.
InlineBlock = 4
Corresponds to the 'inline-block' value.
InlineTable = 6
Corresponds to the 'inline-table' value.
ListItem = 3
Corresponds to the 'list-item' value.
None = 0
Causes an element to not appear in the formatting structure.
Table = 5
Corresponds to the 'table' value.
TableCaption = 14
Corresponds to the 'table-caption' value.
TableCell = 13
Corresponds to the 'table-cell' value.
TableColumn = 12
Corresponds to the 'table-column' value.
TableColumnGroup = 11
Corresponds to the 'table-column-group' value.
Corresponds to the 'table-footer-group' value.
TableHeaderGroup = 8
Corresponds to the 'table-header-group' value.
TableRow = 10
Corresponds to the 'table-row' value.
TableRowGroup = 7
Corresponds to the 'table-row-group' value.