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
754 stars 122 forks source link

Add new properties to TabControlAssist #132

Closed Laritello closed 3 years ago

Laritello commented 3 years ago

Related to #126 . Added following properties to the TabControlAssist class:

TabHeaderFontSize and TabHeaderFontWeight are bind to the TextBlock properties inside of ContentPresenter. TabHeaderMargin is bind to ContentPresenter's margin.

spiegelp commented 3 years ago

@Laritello thank you