Creating Resizable Shape Controls in WPF
            
        
     
    
        
            
            0 comments
             /  
                    posted by 
                    Silverlight Show
                     on 
            Mar 12, 2012 (1 month ago)
        
     
    
    
    
        Read original post by Mark Heath at Sound Code In WPF, you can create a resizable shape by using the Path control. Simply set up your shape’s path data and then set the Stretch property to Fill and your shape will resize itself to fit the space available. It even takes into account the stroke thickness. But what if you want a shape that resizes differently? For example, you might want the corner r ...