Create a new tab stop.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public TabStop(
	double position
)
Visual Basic
Public Sub New ( _
	position As Double _
)

Parameters

position
Type: System..::..Double
The position of this tab stop.

See Also