Sets the CornerRadius.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public static void SetCornerRadius(
	FrameworkElement element,
	CornerRadius value
)
Visual Basic
Public Shared Sub SetCornerRadius ( _
	element As FrameworkElement, _
	value As CornerRadius _
)

Parameters

element
Type: System.Windows..::..FrameworkElement
The element which contains the attached property.
value
Type: System.Windows..::..CornerRadius
The CornerRadius used in borders.

See Also