In This Article

LinearTickSetCollection Class

Represents a collection of LinearTickSet objects.

public class LinearTickSetCollection : LogicalChildrenCollection<LinearTickSet>
Inheritance:
object Collection<LinearTickSet> ObservableCollection<LinearTickSet> DeferrableObservableCollection<LinearTickSet> LogicalChildrenCollection<LinearTickSet> object

Constructors

LinearTickSetCollection(ILogicalParent)

Initializes a new instance of the LinearTickSetCollection class.

public LinearTickSetCollection(ILogicalParent parent)
Parameter Type Description
parent ILogicalParent

The parent.

Inherited Members