API Diff between 1.1.1 and 0.13.0
222 Additions
69 Removals
MahApps.Metro
MahApps.Metro.Behaviours
MahApps.Metro.Controls
-
public static class ButtonHelper
-
public static class ControlsHelper
-
public class DataGridCellHelper
-
public class FlipView : Selector
-
public class FlipViewItem : ContentControl
-
public class Flyout : ContentControl
-
public class GlowWindow : Window, IComponentConnector
-
public static class GroupBoxHelper
-
public interface IWindowPlacementSettings
-
public class MetroTabItem : TabItem
-
public class MetroWindow : Window
-
public class MultiFrameImage : Image
-
public class NumericUpDown : Control
-
public class PasswordBoxHelper
-
public static class ScrollBarHelper
-
public class TextboxHelper : DependencyObject
-
public static class TabControlHelper
-
public class TextBoxHelper
- public static readonly DependencyProperty ButtonCommandParameterProperty
- public static readonly DependencyProperty ButtonCommandProperty
- public static readonly DependencyProperty ButtonContentProperty
- public static readonly DependencyProperty ButtonFontFamilyProperty
- public static readonly DependencyProperty ButtonTemplateProperty
- public static readonly DependencyProperty ClearTextButtonProperty
- public static readonly DependencyProperty IsClearTextButtonBehaviorEnabledProperty
- public static readonly DependencyProperty IsMonitoringProperty
- public static readonly DependencyProperty IsWaitingForDataProperty
- public static readonly DependencyProperty SelectAllOnFocusProperty
- public static readonly DependencyProperty TextLengthProperty
- public static readonly DependencyProperty UseFloatingWatermarkProperty
- public static readonly DependencyProperty WatermarkProperty
- public TextBoxHelper()
- public static void ButtonClicked(object sender, RoutedEventArgs e)
- public static ICommand GetButtonCommand(DependencyObject d)
- public static object GetButtonCommandParameter(DependencyObject d)
- public static object GetButtonContent(DependencyObject d)
- public static FontFamily GetButtonFontFamily(DependencyObject d)
- public static ControlTemplate GetButtonTemplate(DependencyObject d)
- public static bool GetClearTextButton(DependencyObject d)
- public static bool GetHasText(DependencyObject obj)
- public static bool GetIsClearTextButtonBehaviorEnabled(Button d)
- public static bool (UIElement element)
- public static bool GetIsWaitingForData(DependencyObject obj)
- public static bool GetSelectAllOnFocus(DependencyObject obj)
- public static bool GetUseFloatingWatermark(DependencyObject obj)
- public static string GetWatermark(DependencyObject obj)
- public static void SetButtonCommand(DependencyObject obj, ICommand value)
- public static void SetButtonCommandParameter(DependencyObject obj, object value)
- public static void SetButtonContent(DependencyObject obj, object value)
- public static void SetButtonFontFamily(DependencyObject obj, FontFamily value)
- public static void SetButtonTemplate(DependencyObject obj, ControlTemplate value)
- public static void SetClearTextButton(DependencyObject obj, bool value)
- public static void SetHasText(DependencyObject obj, bool value)
- public static void SetIsClearTextButtonBehaviorEnabled(Button obj, bool value)
- public static void SetIsMonitoring(DependencyObject obj, bool value)
- public static void (UIElement element, bool value)
- public static void SetIsWaitingForData(DependencyObject obj, bool value)
- public static void SetSelectAllOnFocus(DependencyObject obj, bool value)
- public static void SetUseFloatingWatermark(DependencyObject obj, bool value)
- public static void SetWatermark(DependencyObject obj, string value)
-
public static class ToggleButtonHelper
-
public static class TreeHelper
-
public class WindowButtonCommands : ContentControl, INotifyPropertyChanged
-
public class WindowCommands : ItemsControl, INotifyPropertyChanged
-
public enum WindowCommandsOverlayBehavior
MahApps.Metro.Controls.Dialogs
MahApps.Metro.Converters
MahApps.Metro.Models.Win32
MahApps.Metro.Native
Microsoft.Windows.Shell