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