title property
title property
Corresponds to attribute ‘title’ on the given element.
Definition:
@property
def title(self):
    ...
@title.setter
def title(self, value):
    ...
See Also
- module aspose.svg
- class SVGStyleElement
Corresponds to attribute ‘title’ on the given element.
@property
def title(self):
    ...
@title.setter
def title(self, value):
    ...
aspose.svgSVGStyleElement