Navigation: Code Documentation > RSVclSVG > RSSVGSyncObjs > Classes > TSVGThread > Properties
TSVGThread.SVG Property
the SVG object to draw
Namespace: RSSVGSyncObjs
Delphi
public property SVG: TSVGDocument read FSVG write SetSVG;
Property Value
Type: TSVGDocument
Note
The TSVGLoadThread uses this SVG to load from the file or stream. Any changes to the SVG before execution will be lost.
Warning
Read or write this property only when the thread is not executing ( e.g., either before Start or in OnTerminate event)
•TSVGThread
•RSSVGSyncObjs