SVGAElementBuilder.Type
SVGAElementBuilder.Type method
Sets the ’type’ attribute of the SVG ‘a’ element, specifying the media type of the linked resource.
public SVGAElementBuilder Type(string value)
Parameter | Type | Description |
---|---|---|
value | String | The media type of the linked resource. |
Return Value
The current instance of SVGAElementBuilder for method chaining.
See Also
- class SVGAElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG