Class VisualChildrenCollection<T>
Collection of visual children.
Inheritance
System.Object
VisualChildrenCollection<T>
Namespace: Syncfusion.Windows.Gauge
Assembly: Syncfusion.Gauge.WPF.dll
Syntax
public class VisualChildrenCollection<T> : ObservableCollection<T>
Type Parameters
| Name | Description |
|---|---|
| T | Visual elements Type |
Constructors
VisualChildrenCollection()
Initializes a new instance of the VisualChildrenCollection<T> class.
Declaration
public VisualChildrenCollection()
VisualChildrenCollection(FrameworkElement)
Initializes a new instance of the VisualChildrenCollection<T> class.
Declaration
public VisualChildrenCollection(FrameworkElement visualParent)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.FrameworkElement | visualParent | Parent of the Visual |
Properties
VisualParent
Gets the parent of visual element.
Declaration
public FrameworkElement VisualParent { get; }
Property Value
| Type |
|---|
| System.Windows.FrameworkElement |