TabStops.Count

TabStops.Count property

Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection.

public int Count { get; }
ParameterDescription
positionThe position of the tab stop.

Return Value

The new TabStop object.

See Also