ConsumeContainerWhitespace Property
 
            
                In This Topic
            
            Gets or sets a value indicating that all whitespace in containers (such as 
Body and 
Rectangle) should be consumed when contents grow rather than preserving the minimum whitespace between the contents and the container.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property ConsumeContainerWhitespace As Boolean
             
        
            
            public bool ConsumeContainerWhitespace {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also