Hi Wolfgang,
Thanks for contacting Syncfusion Support.
We can achieve your requirement by setting Background property in CardStyle class as in the below code example.
|
[C#]
Kanban.CardStyle.Background = new SolidColorBrush(Colors.OldLace);
|
Please refer the below documentation to know more about card customization.
Regards,
Rachel. A