ConceptHMI Web Help
ColorPicker Class
Members 
The ColorPicker Control displays an interface to choose a color by its four components: - Red (R) - Green (G) - Blue (B) - Alpha (A) Each color component can be selected with a slider, and the resulting color is display in a square next to the sliders. It is possible to initialize the color of the control when you instanciate it with the property "Color". This control can be used in XAML with this line (for example):
Syntax
public class ColorPicker : System.Windows.Controls.UserControl 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        System.Windows.Controls.UserControl
                           Concept.Utils.Wpf.ColorPicker

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorPicker Members
Concept.Utils.Wpf Namespace

 

 


© 2016 Objectis

Send Feedback