Hi, Is there a way of customizing borders for the xamOutlookBar so it has rounded corners?
I want it to have really rounded corners so it matches the rest of my design. I managed to change the color of it with:
<
But I dont know how to give it rounded corners. First I tried to remove the border by applying a BorderThinkness of 0 and it did not affect the border at all:
<igOB:XamWebOutlookBar Name="xBar" Height="auto" Width="auto" GroupsSource="{Binding MyMenu}" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" MinimizedWidth="40" Grid.Column="0" AllowMinimized="True" IsMinimized="True" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch" BorderThickness="0"
I want to know where this border is so I am able to change its corner radius...
Thanks for the example Marinii, it worked!
Hi Morfina,You need to edit the template for the OutlookBar.I'm attaching a sample here - see OutlookBarStyle.zip.Marin