Class
RtfTabStop

Represents a tab stop in the RTF document model.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Rtf.Import

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class RtfTabStop

Inheritance: objectRtfTabStop

Constructors

RtfTabStop()

Initializes a new instance of the RtfTabStop class.

Declaration

cs-api-definition
public RtfTabStop()

Properties

Position

Gets or sets the position of the tab stop.

Declaration

cs-api-definition
public double Position { get; set; }

Property Value

double

The position.

Type

Gets or sets the type of the tab stop.

Declaration

cs-api-definition
public TabStopType Type { get; set; }

Property Value

TabStopType

The type.

Methods

GetTabStop()

Gets an instance.

Declaration

cs-api-definition
public TabStop GetTabStop()

Returns

TabStop

The TabStop instance.

Reset()

Resets this instance.

Declaration

cs-api-definition
public void Reset()