ComponentOne FinancialChart for WPF
C1.WPF Namespace / ClearStyleExtensions Class / SetCornerRadius Method
The element which contains the attached property.
The CornerRadius used in borders.



In This Topic
    SetCornerRadius Method
    In This Topic
    Sets the CornerRadius.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetCornerRadius( _
       ByVal element As FrameworkElement, _
       ByVal value As CornerRadius _
    ) 
    'Usage
     
    
    Dim element As FrameworkElement
    Dim value As CornerRadius
     
    ClearStyleExtensions.SetCornerRadius(element, value)
    public static void SetCornerRadius( 
       FrameworkElement element,
       CornerRadius value
    )
    public:
    static void SetCornerRadius( 
       FrameworkElement^ element,
       CornerRadius value
    ) 

    Parameters

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