Class TicksCollection
Collection of ticks.
Inherited Members
Namespace: Syncfusion.Windows.Gauge
Assembly: Syncfusion.Gauge.WPF.dll
Syntax
public class TicksCollection : VisualChildrenCollection<TickBase>
Constructors
TicksCollection()
Initializes a new instance of the TicksCollection class.
Declaration
public TicksCollection()
TicksCollection(FrameworkElement)
Initializes a new instance of the TicksCollection class.
Declaration
public TicksCollection(FrameworkElement parent)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.FrameworkElement | parent | Tick's parent |