0
Answer

[xamarin][crossplatform][uwp] Checkbox

Photo of sumith sudesan

sumith sudesan

8y
1.3k
1

created a checkbox (public class CheckBox : View) and created custom renderer ( class CheckBoxRenderer : ViewRenderer<CheckBox, CheckBox>) in UWP.

overrided 'OnElementChanged' and OnElementpropertyChanged methods.

what i do to change the foreground color and text color of check box[ in uwp]????

Answers (0)