C# Class Open.Core.Common.Controls.Editors.ColorSelector

An RGB color selector.
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Properties

Property Type Description
ColorProperty System.Windows.DependencyProperty

Public Methods

Method Description
ColorSelector ( ) : System

Protected Methods

Method Description
OnColorChanged ( ) : void

Private Methods

Method Description
HandleColorPropertyChanged ( ) : void
HandleViewModelColorChanged ( ) : void

Method Details

ColorSelector() public method

public ColorSelector ( ) : System
return System

OnColorChanged() protected method

protected OnColorChanged ( ) : void
return void

Property Details

ColorProperty public_oe static_oe property

Gets or sets the selected color.
public static DependencyProperty,System.Windows ColorProperty
return System.Windows.DependencyProperty