C# Class Yuhan.WPF.CustomWindow.WindowButton

Inheritance: System.Windows.Controls.Button
Datei anzeigen Open project: hansuky/Yuhan Class Usage Examples

Public Properties

Property Type Description
ActiveContentProperty System.Windows.DependencyProperty
ContentDisabledProperty System.Windows.DependencyProperty
ContentProperty System.Windows.DependencyProperty
CornerRadiusDPProperty System.Windows.DependencyProperty

Private Properties

Property Type Description

Public Methods

Method Description
WindowButton ( ) : System.Windows

Instantiate WindowButton class

Protected Methods

Method Description
RefreshContent ( ) : void

Set's the content of the button according to the current 'IsEnabled' state of the button

Method Details

RefreshContent() protected method

Set's the content of the button according to the current 'IsEnabled' state of the button
protected RefreshContent ( ) : void
return void

WindowButton() public method

Instantiate WindowButton class
public WindowButton ( ) : System.Windows
return System.Windows

Property Details

ActiveContentProperty public_oe static_oe property

public static DependencyProperty,System.Windows ActiveContentProperty
return System.Windows.DependencyProperty

ContentDisabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows ContentDisabledProperty
return System.Windows.DependencyProperty

ContentProperty public_oe static_oe property

public static DependencyProperty,System.Windows ContentProperty
return System.Windows.DependencyProperty

CornerRadiusDPProperty public_oe static_oe property

public static DependencyProperty,System.Windows CornerRadiusDPProperty
return System.Windows.DependencyProperty