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