KaxColorPickerSelectedColor Property |
Get/Set the selected color of the ColorPicker
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Color SelectedColor { get; set; }
Public Property SelectedColor As Color
Get
Set
public:
property Color SelectedColor {
Color get ();
void set (Color value);
}
member SelectedColor : Color with get, set
Property Value
Type:
Color
See Also