Ruler.Levels Property
Returns a RulerLevels object that represents outline indent formatting. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Levels As RulerLevels
Get
'Usage
Dim instance As Ruler
Dim value As RulerLevels
value = instance.Levels
RulerLevels Levels { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.RulerLevels