Ribbon for WPF | ComponentOne
In This Topic
    Styles and Themes
    In This Topic

    The following topic shows how to customize the C1Ribbon control's layout and appearance.

    You can customize the appearance of ribbon as given in the code below:

    XAML
    Copy Code
    <c1:C1Ribbon FontSize="14" SelectedIndex="0" Background="#E2FDF9" Foreground="Red" PressedBrush="Gray" MouseOverBrush="LightSkyBlue" TabStripBackground="Transparent">