[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgStopElement

Class SvgStopElement

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

Represents a gradient stop element.

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

Constructors

SvgStopElement()

Initializes a new instance of the SvgStopElement class.

public SvgStopElement()

Fields

SvgName

Gets the SVG name of SvgStopElement.

public const string SvgName = "stop"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string

Offset

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

public float? Offset { get; set; }

Property Value

float?

StopColor

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

public SvgColor? StopColor { get; set; }

Property Value

SvgColor?

StopOpacity

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

public float? StopOpacity { get; set; }

Property Value

float?