SVGViewElementBuilder.ViewTarget

SVGViewElementBuilder.ViewTarget method

Sets the viewTarget attribute of the view element, specifying the target elements for the view.

public SVGViewElementBuilder ViewTarget(params string[] viewTargets)
ParameterTypeDescription
viewTargetsString[]An array of identifiers for the target elements.

Return Value

The current SVGViewElementBuilder instance.

Exceptions

exceptioncondition
ArgumentExceptionThrown when viewTargets is null or empty.

See Also