C# Class FirstFloor.ModernUI.Windows.Controls.ModernButton

Adds icon content to a standard button.
Inheritance: System.Windows.Controls.Button
Show file Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
EllipseDiameterProperty System.Windows.DependencyProperty
EllipseStrokeThicknessProperty System.Windows.DependencyProperty
IconDataProperty System.Windows.DependencyProperty
IconHeightProperty System.Windows.DependencyProperty
IconWidthProperty System.Windows.DependencyProperty

Public Methods

Method Description
ModernButton ( ) : System.Windows

Initializes a new instance of the ModernButton class.

Method Details

ModernButton() public method

Initializes a new instance of the ModernButton class.
public ModernButton ( ) : System.Windows
return System.Windows

Property Details

EllipseDiameterProperty public static property

Identifies the EllipseDiameter property.
public static DependencyProperty,System.Windows EllipseDiameterProperty
return System.Windows.DependencyProperty

EllipseStrokeThicknessProperty public static property

Identifies the EllipseStrokeThickness property.
public static DependencyProperty,System.Windows EllipseStrokeThicknessProperty
return System.Windows.DependencyProperty

IconDataProperty public static property

Identifies the IconData property.
public static DependencyProperty,System.Windows IconDataProperty
return System.Windows.DependencyProperty

IconHeightProperty public static property

Identifies the IconHeight property.
public static DependencyProperty,System.Windows IconHeightProperty
return System.Windows.DependencyProperty

IconWidthProperty public static property

Identifies the IconWidth property.
public static DependencyProperty,System.Windows IconWidthProperty
return System.Windows.DependencyProperty