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>
HI Aparnache,
I could not reproduce this issue with builds 11.2.2185 or 12.1.2059.
What build are you using? You may want to consider applying the latest service release.
Sincerely, Matt Developer Support Engineer
Yes please check in lattest builds . it is reproducable.The red color is not applying in all sides it is applying red color to the xamcehck editor only for top and bottom not for left and right.please chcek it let me know the fix.
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.
I finished my requirement by doing some changes in your sample application.
Thanks.