C# Class TrakHound_UI.Button

Interaction logic for Button.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Properties

Property Type Description
BackgroundProperty System.Windows.DependencyProperty
BorderBrushProperty System.Windows.DependencyProperty
BorderThicknessProperty System.Windows.DependencyProperty
ButtonContentProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
DataObjectProperty System.Windows.DependencyProperty
ImageForegroundProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
ImageTextPaddingProperty System.Windows.DependencyProperty
ImageTextRelationProperty System.Windows.DependencyProperty
IsSelectedProperty System.Windows.DependencyProperty
MaxImageHeightProperty System.Windows.DependencyProperty
PaddingProperty System.Windows.DependencyProperty
TextBottomPaddingProperty System.Windows.DependencyProperty
TextForegroundProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
Button ( ) : System.ComponentModel

Private Methods

Method Description
Border_PreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

Button() public method

public Button ( ) : System.ComponentModel
return System.ComponentModel

Property Details

BackgroundProperty public static property

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

BorderBrushProperty public static property

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

BorderThicknessProperty public static property

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

ButtonContentProperty public static property

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

CornerRadiusProperty public static property

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

DataObjectProperty public static property

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

ImageForegroundProperty public static property

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

ImageProperty public static property

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

ImageTextPaddingProperty public static property

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

ImageTextRelationProperty public static property

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

IsSelectedProperty public static property

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

MaxImageHeightProperty public static property

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

PaddingProperty public static property

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

TextBottomPaddingProperty public static property

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

TextForegroundProperty public static property

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

TextProperty public static property

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