SetButtonCornerRadius Method
 
            
                In This Topic
            
            Sets the CornerRadius of the buttons.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Sub SetButtonCornerRadius( _
   ByVal  As Windows.UI.Xaml.FrameworkElement, _
   ByVal  As Windows.UI.Xaml.CornerRadius _
) 
             
        
            
            public static void SetButtonCornerRadius( 
   Windows.UI.Xaml.FrameworkElement ,
   Windows.UI.Xaml.CornerRadius 
)
             
        
             
        
            Parameters
- element
 
- The element which contains the attached property.
 - value
 
- The CornerRadius used in borders.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also