Gets the selected color.

Namespace:  BeeMobile.ColorPicker
Assembly:  BeeMobile.ColorPicker.CF35 (in BeeMobile.ColorPicker.CF35.dll) Version: 3.5.2.2

Syntax

C#
public Color SelectedColor { get; }
Visual Basic (Declaration)
Public ReadOnly Property SelectedColor As Color
Visual C++
public:
property Color SelectedColor {
	Color get ();
}

See Also