Class RtfTabStop
Represents a tab stop in the RTF document model.
Inheritance
System.Object
RtfTabStop
Namespace: Telerik.Windows.Documents.FormatProviders.Rtf.Import
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class RtfTabStop : Object
Constructors
RtfTabStop()
Properties
Position
Gets or sets the position of the tab stop.
Declaration
public double Position { get; set; }
Property Value
System.Double
The position. |
Type
Gets or sets the type of the tab stop.
Declaration
public TabStopType Type { get; set; }
Property Value
TabStopType
The type. |
Methods
GetTabStop()
Reset()
Resets this instance.
Declaration
public void Reset()