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