TabStop.Type Property

Represents the formatting of a tab stop. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Type As PpTabStopType
    Get
    Set
'Usage
Dim instance As TabStop
Dim value As PpTabStopType

value = instance.Type

instance.Type = value
PpTabStopType Type { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpTabStopType

Remarks

The value of the Type property can be one of the following PpTabStopType constants:

ppTabStopCenter

ppTabStopDecimal

ppTabStopLeft

ppTabStopMixed

ppTabStopRight

See Also

Reference

TabStop Interface

TabStop Members

Microsoft.Office.Interop.PowerPoint Namespace