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
755
How to change the statusbar color
posted

I want to change the statusbar color

        <igWpf:RibbonWindowContentHost.StatusBar>
            <StatusBar Height="26">
                <Label Foreground="White" Content="{Binding Path=State, UpdateSourceTrigger=PropertyChanged}" Width="384"/>
            </StatusBar>
        </igWpf:RibbonWindowContentHost.StatusBar>

How can I do that?