hi,
I am using xamcheckeditor i want to apply border color as red so i used the below code it is applying red color to xamcheckeditor only for top and bottomside only and for left and right it is displaying white color.can you please help me how can i get the red color for xamcheckeditor in all sides.
<igEditors:XamCheckEditor BorderBrush="Red" BorderThickness="1" Height="41">
</igEditors:XamCheckEditor>
I finished my requirement by doing some changes in your sample application.
Thanks.
We want to apply XAmcheckeditor border color as red based on error binding .please give me some sample to achieve this.
yes please,
The attached application contains large code to achieve the border brush color can you please make them small by giving the required template style.