Level Property (RenderTocItem)
 
            
                In This Topic
            
            Gets or sets the level of the current entry in the TOC. This value is 1-based, and determines the indentation of the current item in the generated TOC. The default value is 
1, which does not indent the entry. Nested levels are indented by the 
LevelSpacing amount.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property Level As Integer
             
        
            
            public int Level {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also