TabIndents Property (RtfParagraph)
 
            
                In This Topic
            
            Gets or sets the tabulation indent values of this paragraph.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property TabIndents As Single()
             
        
            
            public float[] TabIndents {get; set;}
             
        
             
        
            
            
            Property Value
The tabulation indents of the paragraph.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also