Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgGradientElement Class / Href Property

In This Topic
    Href Property (SvgGradientElement)
    In This Topic
    Gets or sets a reference to another gradient within the SVG document.
    Syntax
    'Declaration
     
    Public Property Href As SvgReference
    public SvgReference Href {get; set;}
    See Also