[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgLinearGradientElement

Class SvgLinearGradientElement

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents the 'linearGradient' element.

public class SvgLinearGradientElement : SvgGradientElement
Inheritance
object
SvgLinearGradientElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgLinearGradientElement()

Initializes a new instance of the SvgLinearGradientElement class.

public SvgLinearGradientElement()

Fields

SvgName

Gets the SVG name of SvgLinearGradientElement.

public const string SvgName = "linearGradient"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string

X1

Gets or sets the horizontal coordinate of the first point for the linear gradient.

public SvgLength? X1 { get; set; }

Property Value

SvgLength?

X2

Gets or sets the horizontal coordinate of the second point for the linear gradient.

public SvgLength? X2 { get; set; }

Property Value

SvgLength?

Y1

Gets or sets the vertical coordinate of the first point for the linear gradient.

public SvgLength? Y1 { get; set; }

Property Value

SvgLength?

Y2

Gets or sets the vertical coordinate of the second point for the linear gradient.

public SvgLength? Y2 { get; set; }

Property Value

SvgLength?