WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TicksCollection

    Show / Hide Table of Contents

    Class TicksCollection

    Collection of ticks.

    Inheritance
    System.Object
    VisualChildrenCollection<TickBase>
    TicksCollection
    Inherited Members
    VisualChildrenCollection<TickBase>.VisualParent
    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved