ClassRtfTabStop
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:
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
The position.
Type
Gets or sets the type of the tab stop.
Declaration
cs-api-definition
public TabStopType Type { get; set; }
Property Value
The type.
Methods
GetTabStop()
Gets an instance.