This is a migrated thread and some comments may be shown as answers.

How to se the Selected color to transparent color

2 Answers 242 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
วรวุฒิ
Top achievements
Rank 2
วรวุฒิ asked on 14 Apr 2008, 12:41 AM
How to set the RadColorPicker.SelectedColor to selected the transparent color(no color) from code behind.I try with SelectedColor = Color.Transparent and Color.FromName("Transparent") it not working also.  Please help us.

2 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 16 Apr 2008, 02:47 PM
Hi Worawut,

You should use the following setting:

RadColorPicker1.SelectedColor = System.Drawing.Color.Empty; 

which is equivalent to have no selected color.

Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
วรวุฒิ
Top achievements
Rank 2
answered on 16 Apr 2008, 11:38 PM
Thanks Team my problem has been solve.
Tags
ColorPicker
Asked by
วรวุฒิ
Top achievements
Rank 2
Answers by
Svetlina Anati
Telerik team
วรวุฒิ
Top achievements
Rank 2
Share this question
or