Class RtfTabStop
Represents a tab stop in the RTF document model.
Inheritance
System.Object
RtfTabStop
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.FormatProviders.Rtf.Import
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RtfTabStop
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()