Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ControlsHelper split up #1589

Closed

Conversation

zeluisping
Copy link
Contributor

Fixes #1520

Two new classes TabControlHelper and GroupBoxHelper.

All properties here mentioned as had been moved had their dependencies moved too with the respective name changes (if applicable).

GroupBox

MahApps.Metro.Controls.ControlsHelper.GroupBoxHeaderForegroundProperty
moved to
MahApps.Metro.Controls.GroupBoxHelper.HeaderForegroundProperty

TabControl

MahApps.Metro.Controls.ControlsHelper.IsUnderlinedProperty
moved to
MahApps.Metro.Controls.TabControlHelper.IsUnderlinedProperty

MahApps.Metro.Controls.ControlsHelper.HeaderFontSizeProperty
moved to
MahApps.Metro.Controls.TabControlHelper.HeaderFontSizeProperty

MahApps.Metro.Controls.ControlsHelper.HeaderFontStretchProperty
moved to
MahApps.Metro.Controls.TabControlHelper.HeaderFontStretchProperty

MahApps.Metro.Controls.ControlsHelper.HeaderFontWeightProperty
moved to
MahApps.Metro.Controls.TabControlHelper.HeaderFontWeightProperty

MahApps.Metro.Controls.ControlsHelper.VerticalScrollBarOnLeftSideProperty
moved to
MahApps.Metro.Controls.TabControlHelper.VerticalScrollBarOnLeftSideProperty

MahApps.Metro.Controls.ControlsHelper.TransitionProperty
moved to
MahApps.Metro.Controls.TabControlHelper.TransitionProperty

@zeluisping
Copy link
Contributor Author

And I did not see #1527
Closed.

@zeluisping zeluisping closed this Oct 19, 2014
@zeluisping zeluisping deleted the controls-helper-split-up branch October 19, 2014 11:30
@flagbug
Copy link
Member

flagbug commented Oct 19, 2014

Ha, at least you reminded me to rename GroupBoxHeaderForegroundProperty to HeaderForegroundProperty, thanks! 😄

@zeluisping
Copy link
Contributor Author

No problem! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants