New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The position.

Gets or sets the type of the tab stop.

C#
public TabStopType Type { get; set; }
Property Value:

The type.

Methods

Gets an instance.

C#
public TabStop GetTabStop()
Returns:

TabStop

The TabStop instance.

Resets this instance.

C#
public void Reset()