Class TabStop
Class representing tab stops in a Rad
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TabStop : Object, INotifyPropertyChanged
Constructors
TabStop()
TabStop(TabStopType, Double, TabStopLeader)
Initializes a new instance of the Tab
Declaration
public TabStop(TabStopType tabStopType, double position, TabStopLeader tabStopLeader)
Parameters
Tab Type of the tab stop. |
System. The position of the tab stop. |
Tab The tab stop leader. |
Properties
Position
Gets or sets the position of the tab stop.
Declaration
[XamlSerializable]
public double Position { get; set; }
Property Value
System. The position. |
TabStopLeader
Gets or sets the tab stop leader.
Declaration
[XamlSerializable]
public TabStopLeader TabStopLeader { get; set; }
Property Value
Tab The tab stop leader. |
TabStopType
Gets or sets the type of the tab stop.
Declaration
[XamlSerializable]
public TabStopType TabStopType { get; set; }
Property Value
Tab The type of the tab stop. |
Methods
Clone()
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
OnPropertyChanged(PropertyChangedEventArgs)
Raises the Property
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs args)
Parameters
System. The System. |
Events
PropertyChanged
Occurs after a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|
Operators
Equality(TabStop, TabStop)
Implements the operator ==.
Declaration
public static bool operator ==(TabStop left, TabStop right)
Parameters
Returns
System. The result of the operator. |
Inequality(TabStop, TabStop)
Implements the operator !=.
Declaration
public static bool operator !=(TabStop left, TabStop right)
Parameters
Returns
System. The result of the operator. |