ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabItemBorder Class / CornerRadius Property



In This Topic
    CornerRadius Property (C1TabItemBorder)
    In This Topic
    Gets or sets a value that represents the degree to which the corners of the element are rounded.
    Syntax
    'Declaration
     
    
    Public Property CornerRadius As Double
    'Usage
     
    
    Dim instance As C1TabItemBorder
    Dim value As Double
     
    instance.CornerRadius = value
     
    value = instance.CornerRadius
    public double CornerRadius {get; set;}
    public:
    property double CornerRadius {
       double get();
       void set (    double value);
    }
    See Also