Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / Overflow Property

In This Topic
    Overflow Property
    In This Topic
    Gets or sets a value specifying whether content of a block container element is clipped when it overflows the element's box.
    Syntax
    'Declaration
     
    Public Property Overflow As System.Nullable(Of SvgOverflow)
    public System.Nullable<SvgOverflow> Overflow {get; set;}
    See Also