C# Class Hourglass.Windows.ColorControl

A control for displaying and selecting a Color.
Mostrar archivo Open project: Dziemborowicz/Hourglass

Public Properties

Property Type Description
ColorProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
ThemeProperty System.Windows.DependencyProperty

Public Methods

Method Description
ColorControl ( ) : System

Initializes a new instance of the ColorControl class.

Private Methods

Method Description
ButtonClick ( object sender, RoutedEventArgs e ) : void

Invoked when the Button is clicked.

Method Details

ColorControl() public method

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

Property Details

ColorProperty public_oe static_oe property

A DependencyProperty that specifies the color.
public static DependencyProperty,System.Windows ColorProperty
return System.Windows.DependencyProperty

TextProperty public_oe static_oe property

A DependencyProperty that specifies the text label.
public static DependencyProperty,System.Windows TextProperty
return System.Windows.DependencyProperty

ThemeProperty public_oe static_oe property

A DependencyProperty that specifies the theme to which the color belongs.
public static DependencyProperty,System.Windows ThemeProperty
return System.Windows.DependencyProperty