spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
762 stars 122 forks source link

Foreground property for Stepper Header. #149

Open mariannapas opened 3 years ago

mariannapas commented 3 years ago

It would be great if in

   <TabItem  >
                <TabItem.Header >
                    <model:StepTitleHeader FirstLevelTitle="I need a customizable foreground"/>
                </TabItem.Header>
    </TabItem>

the foreground property will be available.