Navigation: Code Documentation > RSVclSVG > RSSVG > Classes > TSVGElement > Properties
TSVGElement.Title Property
Specifies a non-visual Title of the SVG element. When generating FMX controls, the FMX control's Hint property is set to Title if the Description property is empty
Namespace: RSSVG
Delphi
published property Title: String read FTitle write SetTitle;
Property Value
Type: String
Note
The LoadFromXML method sets this property from a child node named 'title'
•TSVGElement
•RSSVG