[]
Specifies how the content of a block container element is clipped when it overflows the element's box.
public enum SvgOverflow
Public Enum SvgOverflow
| Name | Description |
|---|---|
| Auto | The behavior of the 'auto' value is user agent-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes. |
| Hidden | Indicates that the content is clipped and that no scrolling user interface should be provided to view the content outside the clipping region. |
| Inherit | Corresponds to the 'inherit' value. |
| Scroll | Indicates that the content is clipped and that if the user agent uses a scrolling mechanism that is visible on the screen. |
| Visible | Indicates that content is not clipped, i.e., it may be rendered outside the block box. |