VisualComponentAddToComponent Method |
| Name | Description | |
|---|---|---|
| AddToComponent(Visual, String, Visual) |
Add a list of visuals to a component (or create a component).
| |
| AddToComponent(Visual, String, IEnumerableVisual) |
Add a list of visuals to a component (or create a component).
| |
| AddToComponent(Visual, Visual, VisualComponentComponentType, Boolean) |
Mark this visual as a member of the component. Component must be the root of an existing component, or null.
If deep is set, then this visual and all its descendants will be added to the component. If deep is not set
but this visual is already a member of a component, then it and all its child visuals within the current component,
will be moved to the new component.
| |
| AddToComponent(Visual, Visual, String, Boolean) |
Mark this visual as a member of the component. Component must be the root of an existing component, or null.
If deep is set, then this visual and all its descendants will be added to the component. If deep is not set
but this visual is already a member of a component, then it and all its child visuals within the current component,
will be moved to the new component.
|