'Declaration Public Enum SvgSpreadMethod Inherits System.Enum
public enum SvgSpreadMethod : System.Enum
'Declaration Public Enum SvgSpreadMethod Inherits System.Enum
public enum SvgSpreadMethod : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgSpreadMethod