Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgOverflow Enumeration

In This Topic
    SvgOverflow Enumeration
    In This Topic
    Specifies how the content of a block container element is clipped when it overflows the element's box.
    Syntax
    'Declaration
     
    Public Enum SvgOverflow 
       Inherits System.Enum
    public enum SvgOverflow : System.Enum 
    Members
    MemberDescription
    AutoThe behavior of the 'auto' value is user agent-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes.
    HiddenIndicates that the content is clipped and that no scrolling user interface should be provided to view the content outside the clipping region.
    InheritCorresponds to the 'inherit' value.
    ScrollIndicates that the content is clipped and that if the user agent uses a scrolling mechanism that is visible on the screen.
    VisibleIndicates that content is not clipped, i.e., it may be rendered outside the block box.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgOverflow

    See Also