New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The number of child elements.

Methods

Adds a child to this Visual container.

C#
public void AddChild(Visual child)
Parameters:childVisual

The child.

Returns the specified Visual in the parent .

C#
protected override Visual GetVisualChild(int index)
Parameters:indexint

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)
Parameters:childVisual