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

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