SVGBuilderExtensions.XlinkTitle
SVGBuilderExtensions.XlinkTitle method 
Sets the ‘xlink:title’ attribute for an SVG element. This attribute provides a title for the linked resource.
public static TBuilder XlinkTitle<TBuilder>(this TBuilder builder, string value)
    where TBuilder : ISVGElementBuilder, IXLinkAttributeSetter
| Parameter | Description | 
|---|---|
| TBuilder | The type of the SVG element builder. | 
| builder | The builder instance. | 
| value | The title of the linked resource. | 
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
 - interface IXLinkAttributeSetter
 - class SVGBuilderExtensions
 - namespace Aspose.Svg.Builder
 - assembly Aspose.SVG