C# Class Hourglass.Windows.ColorControl

A control for displaying and selecting a Color.
Afficher le fichier Open project: Dziemborowicz/Hourglass

Méthodes publiques

Свойство Type Description
ColorProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
ThemeProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ColorControl ( ) : System

Initializes a new instance of the ColorControl class.

Private Methods

Méthode Description
ButtonClick ( object sender, RoutedEventArgs e ) : void

Invoked when the Button is clicked.

Method Details

ColorControl() public méthode

Initializes a new instance of the ColorControl class.
public ColorControl ( ) : System
Résultat System

Property Details

ColorProperty public_oe static_oe property

A DependencyProperty that specifies the color.
public static DependencyProperty,System.Windows ColorProperty
Résultat System.Windows.DependencyProperty

TextProperty public_oe static_oe property

A DependencyProperty that specifies the text label.
public static DependencyProperty,System.Windows TextProperty
Résultat 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
Résultat System.Windows.DependencyProperty