C# Класс Hourglass.Windows.ColorControl

A control for displaying and selecting a Color.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ColorProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
ThemeProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
ColorControl ( ) : System

Initializes a new instance of the ColorControl class.

Приватные методы

Метод Описание
ButtonClick ( object sender, RoutedEventArgs e ) : void

Invoked when the Button is clicked.

Описание методов

ColorControl() публичный Метод

Initializes a new instance of the ColorControl class.
public ColorControl ( ) : System
Результат System

Описание свойств

ColorProperty публичное статическое свойство

A DependencyProperty that specifies the color.
public static DependencyProperty,System.Windows ColorProperty
Результат System.Windows.DependencyProperty

TextProperty публичное статическое свойство

A DependencyProperty that specifies the text label.
public static DependencyProperty,System.Windows TextProperty
Результат System.Windows.DependencyProperty

ThemeProperty публичное статическое свойство

A DependencyProperty that specifies the theme to which the color belongs.
public static DependencyProperty,System.Windows ThemeProperty
Результат System.Windows.DependencyProperty