DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgSpreadMethod Enumeration

SvgSpreadMethod Enumeration
Specifies what happens if a gradient starts or ends inside the bounds of the target rectangle.
Syntax
'Declaration
 
Public Enum SvgSpreadMethod 
   Inherits 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