[]
Specifies whether an element (and all its descendants) is a part of the rendering tree.
public enum SvgDisplay
Public Enum SvgDisplay
Name | Description |
---|---|
Block | Corresponds to the 'block' value. |
Inherit | Corresponds to the 'inherit' value. |
Inline | Corresponds to the 'inline' value. |
InlineBlock | Corresponds to the 'inline-block' value. |
InlineTable | Corresponds to the 'inline-table' value. |
ListItem | Corresponds to the 'list-item' value. |
None | Causes an element to not appear in the formatting structure. |
Table | Corresponds to the 'table' value. |
TableCaption | Corresponds to the 'table-caption' value. |
TableCell | Corresponds to the 'table-cell' value. |
TableColumn | Corresponds to the 'table-column' value. |
TableColumnGroup | Corresponds to the 'table-column-group' value. |
TableFooterGroup | Corresponds to the 'table-footer-group' value. |
TableHeaderGroup | Corresponds to the 'table-header-group' value. |
TableRow | Corresponds to the 'table-row' value. |
TableRowGroup | Corresponds to the 'table-row-group' value. |