Class LinearPointersCollection
Collection of pointers.
Inherited Members
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 |