API Diff between 2.1.1 and 2.0.1
169 Additions
8 Removals
MahApps.Metro.Controls
-
public class DataGridColumnStylesHelperExtension : MarkupExtension, IDataGridColumnStylesHelper
-
public static class DataGridHelper
- public static readonly DependencyProperty AutoGeneratedComboBoxColumnEditingStyleProperty
- public static readonly DependencyProperty AutoGeneratedComboBoxColumnStyleProperty
- public static readonly DependencyProperty AutoGeneratedHyperlinkColumnEditingStyleProperty
- public static readonly DependencyProperty AutoGeneratedHyperlinkColumnStyleProperty
- public static readonly DependencyProperty AutoGeneratedNumericUpDownColumnEditingStyleProperty
- public static readonly DependencyProperty AutoGeneratedNumericUpDownColumnStyleProperty
- public static readonly DependencyProperty AutoGeneratedTextColumnStyleProperty
- public static readonly DependencyProperty ColumnStylesHelperProperty
- public static Style GetAutoGeneratedCheckBoxColumnEditingStyle(DependencyObject element)
- public static Style GetAutoGeneratedCheckBoxColumnStyle(DependencyObject element)
- public static Style GetAutoGeneratedTextColumnEditingStyle(DependencyObject element)
- public static Style GetAutoGeneratedCheckBoxColumnEditingStyle(UIElement element)
- public static Style GetAutoGeneratedCheckBoxColumnStyle(UIElement element)
- public static Style GetAutoGeneratedComboBoxColumnEditingStyle(UIElement element)
- public static Style GetAutoGeneratedComboBoxColumnStyle(UIElement element)
- public static Style GetAutoGeneratedHyperlinkColumnEditingStyle(UIElement element)
- public static Style GetAutoGeneratedHyperlinkColumnStyle(UIElement element)
- public static Style GetAutoGeneratedNumericUpDownColumnEditingStyle(UIElement element)
- public static Style GetAutoGeneratedNumericUpDownColumnStyle(UIElement element)
- public static Style GetAutoGeneratedTextColumnEditingStyle(UIElement element)
- public static Style GetAutoGeneratedTextColumnStyle(UIElement element)
- public static IDataGridColumnStylesHelper GetColumnStylesHelper(UIElement element)
- public static void SetAutoGeneratedCheckBoxColumnEditingStyle(DependencyObject element, Style value)
- public static void SetAutoGeneratedCheckBoxColumnStyle(DependencyObject element, Style value)
- public static void SetAutoGeneratedTextColumnEditingStyle(DependencyObject element, Style value)
- public static void SetAutoGeneratedCheckBoxColumnEditingStyle(UIElement element, Style value)
- public static void SetAutoGeneratedCheckBoxColumnStyle(UIElement element, Style value)
- public static void SetAutoGeneratedComboBoxColumnEditingStyle(UIElement element, Style value)
- public static void SetAutoGeneratedComboBoxColumnStyle(UIElement element, Style value)
- public static void SetAutoGeneratedHyperlinkColumnEditingStyle(UIElement element, Style value)
- public static void SetAutoGeneratedHyperlinkColumnStyle(UIElement element, Style value)
- public static void SetAutoGeneratedNumericUpDownColumnEditingStyle(UIElement element, Style value)
- public static void SetAutoGeneratedNumericUpDownColumnStyle(UIElement element, Style value)
- public static void SetAutoGeneratedTextColumnEditingStyle(UIElement element, Style value)
- public static void SetAutoGeneratedTextColumnStyle(UIElement element, Style value)
- public static void SetColumnStylesHelper(UIElement element, IDataGridColumnStylesHelper value)
-
public enum DecimalPointCorrectionMode
-
public class : ContentControl
-
public class : ListBox
-
public interface IDataGridColumnStylesHelper
-
public interface
- string { get; set; }
- object { get; set; }
-
public interface
-
public class NumericUpDown : Control
-
public static class RadioButtonHelper
- public static readonly DependencyProperty BackgroundDisabledProperty
- public static readonly DependencyProperty BackgroundPointerOverProperty
- public static readonly DependencyProperty BackgroundPressedProperty
- public static readonly DependencyProperty BorderBrushDisabledProperty
- public static readonly DependencyProperty BorderBrushPointerOverProperty
- public static readonly DependencyProperty BorderBrushPressedProperty
- public static readonly DependencyProperty CheckGlyphFillDisabledProperty
- public static readonly DependencyProperty CheckGlyphFillPointerOverProperty
- public static readonly DependencyProperty CheckGlyphFillPressedProperty
- public static readonly DependencyProperty CheckGlyphFillProperty
- public static readonly DependencyProperty CheckGlyphStrokeDisabledProperty
- public static readonly DependencyProperty CheckGlyphStrokePointerOverProperty
- public static readonly DependencyProperty CheckGlyphStrokePressedProperty
- public static readonly DependencyProperty CheckGlyphStrokeProperty
- public static readonly DependencyProperty ForegroundDisabledProperty
- public static readonly DependencyProperty ForegroundPointerOverProperty
- public static readonly DependencyProperty ForegroundPressedProperty
- public static readonly DependencyProperty OuterEllipseCheckedFillDisabledProperty
- public static readonly DependencyProperty OuterEllipseCheckedFillPointerOverProperty
- public static readonly DependencyProperty OuterEllipseCheckedFillPressedProperty
- public static readonly DependencyProperty OuterEllipseCheckedFillProperty
- public static readonly DependencyProperty OuterEllipseCheckedStrokeDisabledProperty
- public static readonly DependencyProperty OuterEllipseCheckedStrokePointerOverProperty
- public static readonly DependencyProperty OuterEllipseCheckedStrokePressedProperty
- public static readonly DependencyProperty OuterEllipseCheckedStrokeProperty
- public static readonly DependencyProperty OuterEllipseFillDisabledProperty
- public static readonly DependencyProperty OuterEllipseFillPointerOverProperty
- public static readonly DependencyProperty OuterEllipseFillPressedProperty
- public static readonly DependencyProperty OuterEllipseFillProperty
- public static readonly DependencyProperty OuterEllipseStrokeDisabledProperty
- public static readonly DependencyProperty OuterEllipseStrokePointerOverProperty
- public static readonly DependencyProperty OuterEllipseStrokePressedProperty
- public static readonly DependencyProperty OuterEllipseStrokeProperty
- public static readonly DependencyProperty RadioCheckSizeProperty
- public static readonly DependencyProperty RadioSizeProperty
- public static double GetRadioStrokeThickness(DependencyObject obj)
- public static void SetRadioStrokeThickness(DependencyObject obj, double value)
- public static Brush GetBackgroundDisabled(UIElement element)
- public static Brush GetBackgroundPointerOver(UIElement element)
- public static Brush GetBackgroundPressed(UIElement element)
- public static Brush GetBorderBrushDisabled(UIElement element)
- public static Brush GetBorderBrushPointerOver(UIElement element)
- public static Brush GetBorderBrushPressed(UIElement element)
- public static Brush GetCheckGlyphFill(UIElement element)
- public static Brush GetCheckGlyphFillDisabled(UIElement element)
- public static Brush GetCheckGlyphFillPointerOver(UIElement element)
- public static Brush GetCheckGlyphFillPressed(UIElement element)
- public static Brush GetCheckGlyphStroke(UIElement element)
- public static Brush GetCheckGlyphStrokeDisabled(UIElement element)
- public static Brush GetCheckGlyphStrokePointerOver(UIElement element)
- public static Brush GetCheckGlyphStrokePressed(UIElement element)
- public static Brush GetForegroundDisabled(UIElement element)
- public static Brush GetForegroundPointerOver(UIElement element)
- public static Brush GetForegroundPressed(UIElement element)
- public static Brush GetOuterEllipseCheckedFill(UIElement element)
- public static Brush GetOuterEllipseCheckedFillDisabled(UIElement element)
- public static Brush GetOuterEllipseCheckedFillPointerOver(UIElement element)
- public static Brush GetOuterEllipseCheckedFillPressed(UIElement element)
- public static Brush GetOuterEllipseCheckedStroke(UIElement element)
- public static Brush GetOuterEllipseCheckedStrokeDisabled(UIElement element)
- public static Brush GetOuterEllipseCheckedStrokePointerOver(UIElement element)
- public static Brush GetOuterEllipseCheckedStrokePressed(UIElement element)
- public static Brush GetOuterEllipseFill(UIElement element)
- public static Brush GetOuterEllipseFillDisabled(UIElement element)
- public static Brush GetOuterEllipseFillPointerOver(UIElement element)
- public static Brush GetOuterEllipseFillPressed(UIElement element)
- public static Brush GetOuterEllipseStroke(UIElement element)
- public static Brush GetOuterEllipseStrokeDisabled(UIElement element)
- public static Brush GetOuterEllipseStrokePointerOver(UIElement element)
- public static Brush GetOuterEllipseStrokePressed(UIElement element)
- public static double GetRadioCheckSize(UIElement element)
- public static double GetRadioSize(UIElement element)
- public static double GetRadioStrokeThickness(UIElement element)
- public static void SetBackgroundDisabled(UIElement element, Brush value)
- public static void SetBackgroundPointerOver(UIElement element, Brush value)
- public static void SetBackgroundPressed(UIElement element, Brush value)
- public static void SetBorderBrushDisabled(UIElement element, Brush value)
- public static void SetBorderBrushPointerOver(UIElement element, Brush value)
- public static void SetBorderBrushPressed(UIElement element, Brush value)
- public static void SetCheckGlyphFill(UIElement element, Brush value)
- public static void SetCheckGlyphFillDisabled(UIElement element, Brush value)
- public static void SetCheckGlyphFillPointerOver(UIElement element, Brush value)
- public static void SetCheckGlyphFillPressed(UIElement element, Brush value)
- public static void SetCheckGlyphStroke(UIElement element, Brush value)
- public static void SetCheckGlyphStrokeDisabled(UIElement element, Brush value)
- public static void SetCheckGlyphStrokePointerOver(UIElement element, Brush value)
- public static void SetCheckGlyphStrokePressed(UIElement element, Brush value)
- public static void SetForegroundDisabled(UIElement element, Brush value)
- public static void SetForegroundPointerOver(UIElement element, Brush value)
- public static void SetForegroundPressed(UIElement element, Brush value)
- public static void SetOuterEllipseCheckedFill(UIElement element, Brush value)
- public static void SetOuterEllipseCheckedFillDisabled(UIElement element, Brush value)
- public static void SetOuterEllipseCheckedFillPointerOver(UIElement element, Brush value)
- public static void SetOuterEllipseCheckedFillPressed(UIElement element, Brush value)
- public static void SetOuterEllipseCheckedStroke(UIElement element, Brush value)
- public static void SetOuterEllipseCheckedStrokeDisabled(UIElement element, Brush value)
- public static void SetOuterEllipseCheckedStrokePointerOver(UIElement element, Brush value)
- public static void SetOuterEllipseCheckedStrokePressed(UIElement element, Brush value)
- public static void SetOuterEllipseFill(UIElement element, Brush value)
- public static void SetOuterEllipseFillDisabled(UIElement element, Brush value)
- public static void SetOuterEllipseFillPointerOver(UIElement element, Brush value)
- public static void SetOuterEllipseFillPressed(UIElement element, Brush value)
- public static void SetOuterEllipseStroke(UIElement element, Brush value)
- public static void SetOuterEllipseStrokeDisabled(UIElement element, Brush value)
- public static void SetOuterEllipseStrokePointerOver(UIElement element, Brush value)
- public static void SetOuterEllipseStrokePressed(UIElement element, Brush value)
- public static void SetRadioCheckSize(UIElement element, double value)
- public static void SetRadioSize(UIElement element, double value)
- public static void SetRadioStrokeThickness(UIElement element, double value)
MahApps.Metro.ValueBoxes