TabStops.DefaultSpacing Property
Returns or sets the default tab-stop spacing for the specified text, in points. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property DefaultSpacing As Single
Get
Set
'Usage
Dim instance As TabStops
Dim value As Single
value = instance.DefaultSpacing
instance.DefaultSpacing = value
float DefaultSpacing { get; set; }
Property Value
Type: System.Single