ComponentOne Basic Library for WPF and Silverlight
GetCornerRadius Method (ClearStyleExtensions)


C1.WPF Namespace > ClearStyleExtensions Class : GetCornerRadius Method
The element which contains the attached property.
Gets the CornerRadius.
Syntax
'Declaration
 
Public Shared Function GetCornerRadius( _
   ByVal element As System.Windows.FrameworkElement _
) As System.Windows.CornerRadius
'Usage
 
Dim element As System.Windows.FrameworkElement
Dim value As System.Windows.CornerRadius
 
value = ClearStyleExtensions.GetCornerRadius(element)
public static System.Windows.CornerRadius GetCornerRadius( 
   System.Windows.FrameworkElement element
)

Parameters

element
The element which contains the attached property.
See Also

Reference

ClearStyleExtensions Class
ClearStyleExtensions Members