Usages of SvgVisual
Properties
| content | in PatternFill | Gets or sets the content. | |
| children | in SvgVisualGroup | Gets the list of children with read and write access. |
Method Parameters
| PatternFill () | in PatternFill | Initializes a new instance of the PatternFill class. | |
| add (SvgVisual) | in SvgVisualGroup | Adds another SvgVisual to the children collection of this instance. | |
| remove (SvgVisual) | in SvgVisualGroup | Removes a previously added SvgVisual from the children collection of this instance. |
Extending Types
| SvgVisualGroup | A container that can hold a number of SvgVisuals. |