SVGStyleElement.Title
SVGStyleElement.Title property
Corresponds to attribute ‘title’ on the given element.
public String Title { get; set; }
Property Value
The attribute ‘title’ on the given element.
Exceptions
exception | condition |
---|---|
dOMException | code NO_MODIFICATION_ALLOWED_ERR . Raised on an attempt to change the value of a read only attribute. |
See Also
- class SVGStyleElement
- package com.aspose.html.Dom.Svg
- package Aspose.HTML