TabStops
TabStops class
Represents a collection of TabStop
objects.
public class TabStops : ICloneable
Constructors
Name |
Description |
TabStops() |
The default constructor. |
Properties
Name |
Description |
Count { get; } |
Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection. |
IsReadOnly { get; } |
Gets value indicating that this TabStops instance is already attached to TextFragment and became readonly. |
Item { get; set; } |
Gets or sets a TabStop object from the collection according to TabStop index. |
Methods
Name |
Description |
Add() |
Initializes a new instance of the TabStop class and add it to the TabStops collection. |
Add(float) |
Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection. |
Add(TabStop) |
Add instance of the TabStop class to the TabStops collection. |
Add(float, TabLeaderType) |
Initializes a new instance of the TabStop class with specified position and leader type and add it to the TabStops collection. |
Clone() |
Clones a new TabStops objects. |
See Also