Click or drag to resize

TabStop Constructor

Initializes a new instance of the Tab class.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TabStop(
	double position,
	TabAlignmentType align
)

Parameters

position
Type: System Double
Position of the new tab.
align
Type: Spire.Presentation TabAlignmentType
Align style of the new tab.
See Also