[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgGradientElement

Class SvgGradientElement

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll
public abstract class SvgGradientElement : SvgElement
Inheritance
object
SvgGradientElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgGradientElement(SvgElementType)

Initializes a new instance of the SvgGradientElement class.

protected SvgGradientElement(SvgElementType elementType)

Parameters

elementType SvgElementType

Properties

GradientTransform

Gets or sets the list of additional transformations from the gradient coordinate system onto the target coordinate system.

public List<SvgTransform> GradientTransform { get; set; }

Property Value

System.Collections.Generic.List<T><SvgTransform>

GradientUnits

Gets or sets a value specifying the coordinate system for the positional attributes.

public SvgUnitType? GradientUnits { get; set; }

Property Value

SvgUnitType?

Href

Gets or sets a reference to another gradient within the SVG document.

public SvgReference Href { get; set; }

Property Value

SvgReference

SpreadMethod

Gets or sets a value indicating what happens if the gradient starts or ends inside the bounds of the object(s) being painted by the gradient.

public SvgSpreadMethod? SpreadMethod { get; set; }

Property Value

SvgSpreadMethod?