ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / C1ColorPicker Class / SelectedColor Property

In This Topic
    SelectedColor Property (C1ColorPicker)
    In This Topic
    Gets or sets the currently selected color.
    Syntax
    'Declaration
     
    
    Public Property SelectedColor As Color
    public Color SelectedColor {get; set;}
    See Also