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>
When setting border color and thickness, border does not appear.
Based on the image in the docs there was a border around the item: https://www.telerik.com/maui-ui/documentation/assets/07d35df8dddf6c3fbf60d2ef61684b1e/accordion-accordionitem.png