0
Answer

[xamarin][crossplatform][uwp] Checkbox

sumith sudesan

sumith sudesan

7y
315
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]????