Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1ToolStrip Class / GroupCornerRadius Property

In This Topic
    GroupCornerRadius Property
    In This Topic
    Gets or sets the corner-radius applied to a group of tools between two separators.
    Syntax
    'Declaration
     
    
    Public Property GroupCornerRadius As CornerRadius
    public CornerRadius GroupCornerRadius {get; set;}
    See Also