leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
438 stars 132 forks source link

Add CharacterCasing property in MaterialTabSelector and SubtleEmphasis in FontType #281

Closed valimaties closed 2 years ago

valimaties commented 2 years ago

This property will allow users to set CharacterCasing from Text property for each Tab.

Demo: CharacterCasing in TabSelector

As long it is my current using branch, I need all properties implemented, so it will include also LeaveOnEntryKey property, which I mention that does not affect current approach for textboxes, as long it is by default False.

Edit: This will add also SubtleEmphasis (MSWord Style) to MaterialSkinManager class. Will allow users to select italic FontType to MaterialLabel

SubtleEmphasis

valimaties commented 2 years ago

I have conflict in files.. And git shows me that code missing... I though I have to added it.. But, finally, I will remake this branch again, I don't know what is wrong, it shows me wrong code I think!

valimaties commented 2 years ago

I've made all modification to this branch to have no conflicts. Now it is ok.