Click or drag to resize

TabStop Structure

Represents a single custom tab stop.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SautinSoft.DocumentTabStop

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public struct TabStop : IEquatable<TabStop>

The TabStop type exposes the following members.

Constructors
 NameDescription
Public methodTabStop(Double, TabStopAlignment) Initializes a new instance of the TabStop struct.
Public methodTabStop(Double, TabStopAlignment, TabCharacterLeader) Initializes a new instance of the TabStop struct.
Top
Properties
 NameDescription
Public propertyAlignment Gets the alignment of text at this tab stop.
Public propertyLeader Gets the type of the leader line displayed under the tab character.
Public propertyPosition Gets the position of the tab stop in points.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this TabStop instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(TabStop) Determines whether the otherTabStop is equal to this TabStop instance.
Public methodGetHashCode Returns a hash code for this TabStop instance.
(Overrides ValueTypeGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(TabStop, TabStop) Determines whether first and second TabStops are equal.
Public operatorStatic memberInequality(TabStop, TabStop) Determines whether first and second TabStops are not equal.
Top
See Also