A container that can hold a number of SvgVisuals.
Inheritance Hierarchy
Remarks
Use this class in a IVisualCreator implementation to group several SvgVisuals.
The class cannot be used to group HtmlCanvasVisuals.
Note that each child visual may only appear once in the list of children. Adding a visual a second time results in undefined behavior. When changing the order of the child visuals, make sure to remove a visual first before adding it at another index.
See Also
Developer's Guide
Members
Show:
Constructors
Initializes a new instance of the SvgVisualGroup class.
Initializes a new instance of the SvgVisualGroup class.
Properties
Note that each child visual may only appear once in this list. Adding a visual a second time results in undefined behavior. When changing the order of the child visuals, make sure to remove a visual first before adding it at another index.
readonlyfinal
Property Value
The children.
Gets or sets the SVG element of this visual.
Gets or sets the SVG element of this visual.
Gets or sets a transform that is applied to the children of the container.
Gets or sets a transform that is applied to the children of the container.
Property Value
The transform.
See Also
Developer's Guide