'Declaration Public Enum SvgDisplay Inherits System.Enum
public enum SvgDisplay : System.Enum
'Declaration Public Enum SvgDisplay Inherits System.Enum
public enum SvgDisplay : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgDisplay