Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1AdvancedColorPickerPart Class / SelectedColor Property

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