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