In This Topic
Gets the maximum outline level.
Syntax
'Declaration
Public ReadOnly Property MaxOutlineLevel As Integer
'Usage
Dim instance As Outline
Dim value As Integer
value = instance.MaxOutlineLevel
public int MaxOutlineLevel {get;}
Property Value
The maximum outline level.
See Also