Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / ClearStyleExtensions Class / SetButtonCornerRadius Method
The element which contains the attached property.
The CornerRadius used in borders.

In This Topic
    SetButtonCornerRadius Method (ClearStyleExtensions)
    In This Topic
    Sets the CornerRadius of the buttons.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetButtonCornerRadius( _
       ByVal element As FrameworkElement, _
       ByVal value As CornerRadius _
    ) 
    public static void SetButtonCornerRadius( 
       FrameworkElement element,
       CornerRadius value
    )

    Parameters

    element
    The element which contains the attached property.
    value
    The CornerRadius used in borders.
    See Also