ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / ClearStyleExtensions Class / GetButtonCornerRadius Method
The element which contains the attached property.

In This Topic
    GetButtonCornerRadius Method
    In This Topic
    Gets the CornerRadius of the buttons.
    Syntax
    'Declaration
     
    Public Shared Function GetButtonCornerRadius( _
       ByVal element As Windows.UI.Xaml.FrameworkElement _
    ) As Windows.UI.Xaml.CornerRadius
    public static Windows.UI.Xaml.CornerRadius GetButtonCornerRadius( 
       Windows.UI.Xaml.FrameworkElement element
    )

    Parameters

    element
    The element which contains the attached property.
    See Also