Click or drag to resize

TabStop(Double, TabStopAlignment) Constructor

Initializes a new instance of the TabStop struct.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public TabStop(
	double position,
	TabStopAlignment alignment
)

Parameters

position  Double
The tab stop position.
alignment  TabStopAlignment
The tab stop alignment.
See Also