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

In This Topic
    SvgSpreadMethod Enumeration
    In This Topic
    Specifies what happens if a gradient starts or ends inside the bounds of the target rectangle.
    Syntax
    'Declaration
     
    Public Enum SvgSpreadMethod 
       Inherits System.Enum
    public enum SvgSpreadMethod : System.Enum 
    Members
    MemberDescription
    PadUse the terminal colors of the gradient to fill the remainder of the target region.
    ReflectReflect the gradient pattern start-to-end, end-to-start, start-to-end, etc. continuously until the target rectangle is filled.
    RepeatRepeat the gradient pattern start-to-end, start-to-end, start-to-end, etc. continuously until the target region is filled.
    Inheritance Hierarchy

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

    See Also