C# 클래스 Hourglass.Windows.ColorControl

A control for displaying and selecting a Color.
파일 보기 프로젝트 열기: Dziemborowicz/Hourglass

공개 프로퍼티들

프로퍼티 타입 설명
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