| SVGViewElementViewTarget Property |
Corresponds to attribute ‘viewTarget’ on the given ‘view’ element. A list of DOMString values which contain the names listed in the ‘viewTarget’ attribute. Each of the DOMString values can be associated with the corresponding element using the getElementById() method call.
Namespace: Aspose.SvgAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic SVGStringList ViewTarget { get; }Public ReadOnly Property ViewTarget As SVGStringList
Get
public:
property SVGStringList^ ViewTarget {
SVGStringList^ get ();
}member ViewTarget : SVGStringList with get
Property Value
Type:
SVGStringList
The attribute ‘viewTarget’ of the given ‘view’ element.
See Also