Closed LeoJHarris closed 6 years ago
@LeoJHarris
Hi, please try the following code:
...omitted
<Button x:Name="myButton" />
AiForms.Effects.AddNumberPicker.SetOn(myButton, true);
AiForms.Effects.AddNumberPicker.SetMin(myButton, 1);
AiForms.Effects.AddNumberPicker.SetMax(myButton, 10);
An attached property must be specified the target control at first argument.
That works
Hi there I am trying to add your your effects for the AddNumberPicker(), you have examples in XAML, can it be used in c#? If so how? I try something like this based on your xaml but getting error: