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


C1.WPF Namespace > ClearStyleExtensions Class : GetButtonCornerRadius Method
The element which contains the attached property.
Gets the CornerRadius of the buttons.
Syntax
'Declaration
 
Public Shared Function GetButtonCornerRadius( _
   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.GetButtonCornerRadius(element)
public static System.Windows.CornerRadius GetButtonCornerRadius( 
   System.Windows.FrameworkElement element
)

Parameters

element
The element which contains the attached property.
See Also

Reference

ClearStyleExtensions Class
ClearStyleExtensions Members