[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgLinearGradientElement

SvgLinearGradientElement Class

Represents the 'linearGradient' element.

Inheritance
SvgLinearGradientElement
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgLinearGradientElement : SvgGradientElement
Public Class SvgLinearGradientElement
    Inherits SvgGradientElement

Constructors

Name Description
SvgLinearGradientElement()

Initializes a new instance of the SvgLinearGradientElement class.

Fields

Name Description
SvgName

Gets the SVG name of SvgLinearGradientElement.

Properties

Name Description
ElementName

Gets the SVG name of the current element.

X1

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

X2

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

Y1

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

Y2

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