Gets the CornerRadius.

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

Syntax

C#
public static CornerRadius GetCornerRadius(
	FrameworkElement element
)
Visual Basic
Public Shared Function GetCornerRadius ( _
	element As FrameworkElement _
) As CornerRadius

Parameters

element
Type: System.Windows..::..FrameworkElement
The element which contains the attached property.

Return Value

See Also