RtfTabStop
Class
Represents a tab stop in the RTF document model.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Rtf.Import
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class RtfTabStop
Inheritance: objectRtfTabStop
Constructors
Initializes a new instance of the RtfTabStop class.
C#
public RtfTabStop()
Properties
Gets or sets the position of the tab stop.
C#
public double Position { get; set; }
The position.
Gets or sets the type of the tab stop.
C#
public TabStopType Type { get; set; }
The type.
Methods
Resets this instance.
C#
public void Reset()