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