menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VisualChildrenCollection<T> - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VisualChildrenCollection<T>

    Collection of visual children.

    Inheritance
    System.Object
    VisualChildrenCollection<T>
    LinearPointersCollection
    PointersCollection
    RangesCollection
    TicksCollection
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved