Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
rounded corners?
posted

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:

<

 

 

 

LinearGradientBrush x:Key="XamOutlookBarOuterBorderFillKey"

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...