Represents a control that can be used to present a collection of Visuals.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class DrawingVisualContainer : UIElement
Inheritance: objectDrawingVisualContainer
Constructors
Initializes a new instance of the DrawingVisualContainer class.
C#
public DrawingVisualContainer()
Properties
Gets the number of child elements for the Visual.
C#
protected override int VisualChildrenCount { get; }
The number of child elements.
Methods
Adds a child to this Visual container.
C#
public void AddChild(Visual child)
The child.
GetVisualChild(int)
Visual
Returns the specified Visual in the parent .
C#
protected override Visual GetVisualChild(int index)
The index of the visual object in the .
Returns:Visual
The child in the
at the specified index value.
Removes a child from this Visual container.
C#
public void RemoveChild(Visual child)