alexa

    Show / Hide Table of Contents

    Class LinearPointersCollection

    Collection of pointers.

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

    Constructors

    LinearPointersCollection()

    Initializes a new instance of the LinearPointersCollection class.

    Declaration
    public LinearPointersCollection()

    LinearPointersCollection(FrameworkElement)

    Initializes a new instance of the LinearPointersCollection class.

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

    Pointer's parent

    Back to top Generated by DocFX