In Development
Last Updated: 29 Mar 2024 07:42 by ADMIN
Created by: Ernst
Comments: 1
Category: Accordion
Type: Bug Report
0

When we set a corner radius for the header the background is overlapping the border so header will not have rounded corners.

    <Style TargetType="telerik:AccordionItemHeader">

        <Setter Property="BackgroundColor" Value="Blue" />

        <Setter Property="BorderColor" Value="Red" />

        <Setter Property="BorderThickness" Value="2" />

        <Setter Property="CornerRadius" Value="8" />

    </Style>

</telerik:AccordionItem.Resources>