alexa

    Show / Hide Table of Contents

    Class PointersCollection

    Collection of pointers.

    Inheritance
    System.Object
    VisualChildrenCollection<CircularPointer>
    PointersCollection
    Inherited Members
    VisualChildrenCollection<CircularPointer>.VisualParent
    Namespace: Syncfusion.Windows.Gauge
    Assembly: Syncfusion.Gauge.WPF.dll
    Syntax
    public class PointersCollection : VisualChildrenCollection<CircularPointer>

    Constructors

    PointersCollection()

    Initializes a new instance of the PointersCollection class.

    Declaration
    public PointersCollection()

    PointersCollection(FrameworkElement)

    Initializes a new instance of the PointersCollection class.

    Declaration
    public PointersCollection(FrameworkElement parent)
    Parameters
    Type Name Description
    System.Windows.FrameworkElement parent

    Pointer's parent

    Back to top Generated by DocFX