You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following error is thrown when compiling which is causing most other property settings to not take place:
Converter failed to convert value of type 'Windows.Foundation.Double' to type 'Thickness'; BindingExpression: Path='CenterButtonBorderThickness' DataItem='RadialMenuControl.UserControl.RadialMenu'; target element is 'RadialMenuControl.Components.CenterButton' (Name='CenterButton'); target property is 'BorderThickness' (type 'Thickness').
I tried setting a value for CenterButtonBorderThickness but then the error just appears twice in the Output window.
The text was updated successfully, but these errors were encountered:
Following error is thrown when compiling which is causing most other property settings to not take place:
Converter failed to convert value of type 'Windows.Foundation.Double' to type 'Thickness'; BindingExpression: Path='CenterButtonBorderThickness' DataItem='RadialMenuControl.UserControl.RadialMenu'; target element is 'RadialMenuControl.Components.CenterButton' (Name='CenterButton'); target property is 'BorderThickness' (type 'Thickness').
I tried setting a value for CenterButtonBorderThickness but then the error just appears twice in the Output window.
The text was updated successfully, but these errors were encountered: