Class TSVGLink
Unit
Declaration
type TSVGLink = class(TSVGGroup)
Description
SVG link (for browsing)
Hierarchy
- TObject
- TSVGCustomElement
- TSVGElement
- TSVGElementWithContent
- TSVGGroup
- TSVGLink
Overview
Methods
class function GetDOMTag: string; override; |
Properties
property Target: string read GetTarget write SetTarget; |
|
property XlinkHref: string read GetXlinkHref write SetXlinkHref; |
|
property XlinkTitle: string read GetXlinkTitle write SetXlinkTitle; |
Description
Methods
class function GetDOMTag: string; override; |
|
This item has no description. |
Properties
property Target: string read GetTarget write SetTarget; |
|
This item has no description. |
property XlinkHref: string read GetXlinkHref write SetXlinkHref; |
|
This item has no description. |
property XlinkTitle: string read GetXlinkTitle write SetXlinkTitle; |
|
This item has no description. |