SVGViewElementBuilder Class
SVGViewElementBuilder class
Builder class for creating an SVGViewElement, which defines a view within an SVG document.
public class SVGViewElementBuilder : SVGElementBuilder<SVGViewElement>, IAnimationElementBuilder,
ICoreAttributeSetter, IDescriptiveElementBuilder, IDocumentElementEventAttributeSetter,
IGlobalEventAttributeSetter, IPreserveAspectRatioAttributeSetter, IViewBoxAttributeSetter
Constructors
Properties
Methods
Name | Description |
---|
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGViewElement) | |
BuildElement(Document) | |
ViewTarget(params string[]) | Sets the viewTarget attribute of the view element, specifying the target elements for the view. |
ZoomAndPan(ZoomAndPan) | Sets the zoomAndPan attribute of the view element, specifying the zoom and pan behavior. |
See Also