[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgStopElement

SvgStopElement Class

Represents a gradient stop element.

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

Constructors

Name Description
SvgStopElement()

Initializes a new instance of the SvgStopElement class.

Fields

Name Description
SvgName

Gets the SVG name of SvgStopElement.

Properties

Name Description
ElementName

Gets the SVG name of the current element.

Offset

Gets or sets the position where the gradient stop is placed.

StopColor

Gets or sets an SvgColor indicating what color to use at that gradient stop.

StopOpacity

Gets or sets a value that defines the opacity of a given gradient stop.