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

Adds icon content to a standard button.
Inheritance: System.Windows.Controls.Button
ファイルを表示 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_oe static_oe property

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

EllipseStrokeThicknessProperty public_oe static_oe property

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

IconDataProperty public_oe static_oe property

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

IconHeightProperty public_oe static_oe property

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

IconWidthProperty public_oe static_oe property

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