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
365
Change the NavigationPaneToggleButton Text
posted

How can i change the NavigationPaneToggleButton Text,

when i apply this :

 <igOutlookBar:XamOutlookBar.Resources>
        <Style x:Key="{x:Static igOutlookBar:XamOutlookBar.NavigationPaneToggleButtonStyleKey}" 
               TargetType="{x:Type ToggleButton}">
            <Setter Property="Content" Value="Something Else" />
        </Style>
    </igOutlookBar:XamOutlookBar.Resources>


the theme of Navigation pane entirely changes to gray , any suggest ....
Parents Reply Children
No Data