when i apply this :
Hello,
Thank you for your feedback. I believe that other community members may benefit from this as well.
Thanks again.
I didn't see this listed as a solution, so I thought I'd add it for the record. My solution was to use "BasedOn".
xmlns:igWPF="http://schemas.infragistics.com/xaml/wpf" ... <igWPF:XamOutlookBar.Resources> <Style x:Key={x:Static igWPF:XamOutlookBar.NavigationPaneToggleButtonStyleKey}"TargetType="{x:Type ToggleButton}"BasedOn="{s:Static igWPF:OutlookBarIGTheme.NavigationPaneToggleButtonStyle}"> <Setter Property="Content" Value="My Text" /> <Style> </igWPF:XamOutlookBar.Resources>
xmlns:igWPF="http://schemas.infragistics.com/xaml/wpf"
...
<igWPF:XamOutlookBar.Resources>
<Style x:Key={x:Static igWPF:XamOutlookBar.NavigationPaneToggleButtonStyleKey}"TargetType="{x:Type ToggleButton}"BasedOn="{s:Static igWPF:OutlookBarIGTheme.NavigationPaneToggleButtonStyle}">
<Setter Property="Content" Value="My Text" />
<Style>
</igWPF:XamOutlookBar.Resources>
Hi,
Actually the Stefan project worked for me on IG v 12.1, the issue i was talking about is in v 10.
So many thanks to both of you,
Thanks & Regards,
Kashif Mujeeb
Hello Kashif,
I am very glad that the approach I have suggested was helpful for you. If you need any further assistance on the matter please do not hesitate to ask.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thanks Krasimir