Sets the CornerRadius.
Syntax
'Declaration
Public Shared Sub SetCornerRadius( _
ByVal As Windows.UI.Xaml.FrameworkElement, _
ByVal As Windows.UI.Xaml.CornerRadius _
)
public static void SetCornerRadius(
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