C1.UWP Assembly / C1.Xaml Namespace / ClearStyleExtensions Class / SetButtonCornerRadius Method
The element which contains the attached property.
The CornerRadius used in borders.

In This Topic
SetButtonCornerRadius Method
In This Topic
Sets the CornerRadius of the buttons.
Syntax
'Declaration
 
Public Shared Sub SetButtonCornerRadius( _
   ByVal element As Windows.UI.Xaml.FrameworkElement, _
   ByVal value As Windows.UI.Xaml.CornerRadius _
) 
 

Parameters

element
The element which contains the attached property.
value
The CornerRadius used in borders.
See Also