Item Property (RtfColorCollection)
 
            
                In This Topic
            
            Gets or sets the RTF color at the specified index within the collection.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shadows Default Property Item( _
   ByVal  As Integer _
) As RtfColor
             
        
            
            public new RtfColor this[ 
   int 
]; {get; set;}
             
        
             
        
            Parameters
- index
 
            
            Property Value
The RTF color.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also