[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgSpreadMethod

SvgSpreadMethod Enum

Specifies what happens if a gradient starts or ends inside the bounds of the target rectangle.

Namespace: GrapeCity.Documents.Svg
Assembly: GcDocs.Imaging.dll
Syntax
public enum SvgSpreadMethod

Fields

Name Description
Pad

Use the terminal colors of the gradient to fill the remainder of the target region.

Reflect

Reflect the gradient pattern start-to-end, end-to-start, start-to-end, etc. continuously until the target rectangle is filled.

Repeat

Repeat the gradient pattern start-to-end, start-to-end, start-to-end, etc. continuously until the target region is filled.