SetWidth Method (RenderTocItem)
 
            
                In This Topic
            
            Override this method to perform additional actions when value of the Width property of object is being defined.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Overridable Sub SetWidth( _
   ByVal  As Unit _
) 
             
        
            
            protected virtual void SetWidth( 
   Unit 
)
             
        
             
        
            Parameters
- value
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also